zeroc-ice / ice

All-in-one solution for creating networked applications with RPC, pub/sub, server deployment, and more.
https://zeroc.com
GNU General Public License v2.0
2.04k stars 592 forks source link

Remove "Ice.Plugin.IceSSL" checks in tests #2384

Closed pepone closed 3 months ago

pepone commented 3 months ago

We have some tests that still check for "Ice.Plugin.IceSSL" property, we should cleanup this to check for "Ice.Default.Protocol" == "ssl"

For example: https://github.com/zeroc-ice/ice/blob/ff285270ca57c147172e078037bede8464cb70b1/cpp/test/Ice/binding/AllTests.cpp#L799-L800