diff options
author | Michi Henning <michi@zeroc.com> | 2003-06-04 07:47:51 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2003-06-04 07:47:51 +0000 |
commit | 1eb658e1f0b7a267ed44e2c5dd65db2cc933ca26 (patch) | |
tree | a4fc4782d77aa48536b720b30688debe04e072fa /cpp/test/IceSSL/certificateVerification/Server.cpp | |
parent | RH9 notes (diff) | |
download | ice-1eb658e1f0b7a267ed44e2c5dd65db2cc933ca26.tar.bz2 ice-1eb658e1f0b7a267ed44e2c5dd65db2cc933ca26.tar.xz ice-1eb658e1f0b7a267ed44e2c5dd65db2cc933ca26.zip |
- Added a test to the Slice parser to complain if an operation on a local
interface or class has an exception specification.
- Added a test to the property parsing code to print a warning on stderr if
a property is not recognized. This prevents silly typos, such as
"Ice.config=MyFile" (instead of "Ice.Config=MyFile") from slipping
through undetected.
Diffstat (limited to 'cpp/test/IceSSL/certificateVerification/Server.cpp')
-rw-r--r-- | cpp/test/IceSSL/certificateVerification/Server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceSSL/certificateVerification/Server.cpp b/cpp/test/IceSSL/certificateVerification/Server.cpp index 54a08dd4120..08db9149f16 100644 --- a/cpp/test/IceSSL/certificateVerification/Server.cpp +++ b/cpp/test/IceSSL/certificateVerification/Server.cpp @@ -101,7 +101,7 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator) { Ice::PropertiesPtr properties = communicator->getProperties(); - std::string certPath = properties->getProperty("IceSSL.Test.Server.CertPath"); + std::string certPath = properties->getProperty("IceSSL.Server.CertPath.Test"); properties->setProperty("IceSSL.Server.CertPath", certPath); properties->setProperty("Ice.Warn.Connections", "0"); |