diff options
Diffstat (limited to 'cpp/test/Ice/objects/AllTests.cpp')
-rw-r--r-- | cpp/test/Ice/objects/AllTests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/objects/AllTests.cpp b/cpp/test/Ice/objects/AllTests.cpp index f912dd667a7..20ec8d28eaa 100644 --- a/cpp/test/Ice/objects/AllTests.cpp +++ b/cpp/test/Ice/objects/AllTests.cpp @@ -336,7 +336,7 @@ allTests(const Ice::CommunicatorPtr& communicator) test(communicator->findObjectFactory("TestOF")); cout << "ok" << endl; cout << "testing getting ObjectFactory as ValueFactory... " << flush; - test(communicator->findValueFactory("TestOF")); + test(communicator->getValueFactoryManager()->find("TestOF")); cout << "ok" << endl; try |