diff options
Diffstat (limited to 'cpp/test/IceBox/configuration/AllTests.cpp')
-rw-r--r-- | cpp/test/IceBox/configuration/AllTests.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/IceBox/configuration/AllTests.cpp b/cpp/test/IceBox/configuration/AllTests.cpp index 40453171d4e..1ef46d5f64a 100644 --- a/cpp/test/IceBox/configuration/AllTests.cpp +++ b/cpp/test/IceBox/configuration/AllTests.cpp @@ -54,13 +54,13 @@ allTests(const Ice::CommunicatorPtr& communicator) test(service3->getProperty("Service") == "4"); test(service3->getProperty("Prop") == ""); test(service3->getProperty("Service3.Prop") == "1"); - test(service3->getProperty("Ice.Trace.Network") == "3"); + test(service3->getProperty("Ice.Trace.Slicing") == "3"); test(service4->getProperty("Ice.ProgramName") == "IceBox-SharedCommunicator"); test(service4->getProperty("Service") == "4"); test(service4->getProperty("Prop") == ""); test(service4->getProperty("Service3.Prop") == "1"); - test(service4->getProperty("Ice.Trace.Network") == "3"); + test(service4->getProperty("Ice.Trace.Slicing") == "3"); Ice::StringSeq args4; args4.push_back("--Service3.Prop=2"); |