diff options
Diffstat (limited to 'cpp/test/IceGrid/replication/AllTests.cpp')
-rw-r--r-- | cpp/test/IceGrid/replication/AllTests.cpp | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/cpp/test/IceGrid/replication/AllTests.cpp b/cpp/test/IceGrid/replication/AllTests.cpp index a33ba260869..5c52a2f9efb 100644 --- a/cpp/test/IceGrid/replication/AllTests.cpp +++ b/cpp/test/IceGrid/replication/AllTests.cpp @@ -427,9 +427,6 @@ allTests(const Ice::CommunicatorPtr& comm) { try { -#if defined(__BCPLUSPLUS__) && (__BCPLUSPLUS__ >= 0x0600) - IceUtil::DummyBCC dummy; -#endif masterRegistry->createSessionFromSecureConnection(); } catch(const PermissionDeniedException&) @@ -439,9 +436,6 @@ allTests(const Ice::CommunicatorPtr& comm) try { -#if defined(__BCPLUSPLUS__) && (__BCPLUSPLUS__ >= 0x0600) - IceUtil::DummyBCC dummy; -#endif slave1Registry->createSession("dummy", ""); } catch(const PermissionDeniedException&) @@ -449,9 +443,6 @@ allTests(const Ice::CommunicatorPtr& comm) } try { -#if defined(__BCPLUSPLUS__) && (__BCPLUSPLUS__ >= 0x0600) - IceUtil::DummyBCC dummy; -#endif slave1Registry->createSessionFromSecureConnection(); } catch(const PermissionDeniedException&) @@ -472,9 +463,6 @@ allTests(const Ice::CommunicatorPtr& comm) test(slave1Mapper->getUserAccount("Dummy User Account2") == "dummy2"); try { -#if defined(__BCPLUSPLUS__) && (__BCPLUSPLUS__ >= 0x0600) - IceUtil::DummyBCC dummy; -#endif masterMapper->getUserAccount("unknown"); test(false); } @@ -483,9 +471,6 @@ allTests(const Ice::CommunicatorPtr& comm) } try { -#if defined(__BCPLUSPLUS__) && (__BCPLUSPLUS__ >= 0x0600) - IceUtil::DummyBCC dummy; -#endif slave1Mapper->getUserAccount("unknown"); test(false); } @@ -501,9 +486,6 @@ allTests(const Ice::CommunicatorPtr& comm) comm->stringToProxy("TestIceGrid/SSLSessionManager")->ice_locator(replicatedLocator)->ice_ping(); try { -#if defined(__BCPLUSPLUS__) && (__BCPLUSPLUS__ >= 0x0600) - IceUtil::DummyBCC dummy; -#endif comm->stringToProxy("TestIceGrid/SessionManager-Slave1")->ice_locator(replicatedLocator)->ice_ping(); test(false); } @@ -512,9 +494,6 @@ allTests(const Ice::CommunicatorPtr& comm) } try { -#if defined(__BCPLUSPLUS__) && (__BCPLUSPLUS__ >= 0x0600) - IceUtil::DummyBCC dummy; -#endif comm->stringToProxy("TestIceGrid/SSLSessionManager-Slave1")->ice_locator(replicatedLocator)->ice_ping(); test(false); } @@ -565,9 +544,6 @@ allTests(const Ice::CommunicatorPtr& comm) try { -#if defined(__BCPLUSPLUS__) && (__BCPLUSPLUS__ >= 0x0600) - IceUtil::DummyBCC dummy; -#endif slave1Admin->addApplication(app); test(false); } @@ -721,9 +697,6 @@ allTests(const Ice::CommunicatorPtr& comm) slave2Admin = createAdminSession(slave2Locator, "Slave2"); try { -#if defined(__BCPLUSPLUS__) && (__BCPLUSPLUS__ >= 0x0600) - IceUtil::DummyBCC dummy; -#endif masterAdmin->getApplicationInfo("TestApp"); test(false); } @@ -732,9 +705,6 @@ allTests(const Ice::CommunicatorPtr& comm) } try { -#if defined(__BCPLUSPLUS__) && (__BCPLUSPLUS__ >= 0x0600) - IceUtil::DummyBCC dummy; -#endif slave1Admin->getApplicationInfo("TestApp"); test(false); } @@ -743,9 +713,6 @@ allTests(const Ice::CommunicatorPtr& comm) } try { -#if defined(__BCPLUSPLUS__) && (__BCPLUSPLUS__ >= 0x0600) - IceUtil::DummyBCC dummy; -#endif slave2Admin->getApplicationInfo("TestApp"); test(false); } @@ -754,9 +721,6 @@ allTests(const Ice::CommunicatorPtr& comm) } try { -#if defined(__BCPLUSPLUS__) && (__BCPLUSPLUS__ >= 0x0600) - IceUtil::DummyBCC dummy; -#endif masterAdmin->getAdapterInfo("TestAdpt"); test(false); } @@ -765,9 +729,6 @@ allTests(const Ice::CommunicatorPtr& comm) } try { -#if defined(__BCPLUSPLUS__) && (__BCPLUSPLUS__ >= 0x0600) - IceUtil::DummyBCC dummy; -#endif slave1Admin->getAdapterInfo("TestAdpt"); test(false); } @@ -776,9 +737,6 @@ allTests(const Ice::CommunicatorPtr& comm) } try { -#if defined(__BCPLUSPLUS__) && (__BCPLUSPLUS__ >= 0x0600) - IceUtil::DummyBCC dummy; -#endif slave2Admin->getAdapterInfo("TestAdpt"); test(false); } @@ -787,9 +745,6 @@ allTests(const Ice::CommunicatorPtr& comm) } try { -#if defined(__BCPLUSPLUS__) && (__BCPLUSPLUS__ >= 0x0600) - IceUtil::DummyBCC dummy; -#endif masterAdmin->getObjectInfo(obj.proxy->ice_getIdentity()); test(false); } @@ -798,9 +753,6 @@ allTests(const Ice::CommunicatorPtr& comm) } try { -#if defined(__BCPLUSPLUS__) && (__BCPLUSPLUS__ >= 0x0600) - IceUtil::DummyBCC dummy; -#endif slave1Admin->getObjectInfo(obj.proxy->ice_getIdentity()); test(false); } @@ -809,9 +761,6 @@ allTests(const Ice::CommunicatorPtr& comm) } try { -#if defined(__BCPLUSPLUS__) && (__BCPLUSPLUS__ >= 0x0600) - IceUtil::DummyBCC dummy; -#endif slave2Admin->getObjectInfo(obj.proxy->ice_getIdentity()); test(false); } |