diff options
author | Mark Spruiell <mes@zeroc.com> | 2010-05-29 08:33:21 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2010-05-29 08:33:21 -0700 |
commit | bcb8fe8462aabcd70708a43ffd44e6b4961e08a2 (patch) | |
tree | 16643deaafa28b410a62ad2cf78013eaa3b78d7d /cpp/test | |
parent | bug 4714 - FreezeScript utilities do not work on an open environment (diff) | |
download | ice-bcb8fe8462aabcd70708a43ffd44e6b4961e08a2.tar.bz2 ice-bcb8fe8462aabcd70708a43ffd44e6b4961e08a2.tar.xz ice-bcb8fe8462aabcd70708a43ffd44e6b4961e08a2.zip |
fixing bug in cpp/test/Slice/structure
Diffstat (limited to 'cpp/test')
-rw-r--r-- | cpp/test/Slice/structure/Client.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cpp/test/Slice/structure/Client.cpp b/cpp/test/Slice/structure/Client.cpp index b3b25fdccd5..389473805c8 100644 --- a/cpp/test/Slice/structure/Client.cpp +++ b/cpp/test/Slice/structure/Client.cpp @@ -43,13 +43,6 @@ allTests(const Ice::CommunicatorPtr& communicator) def_s2.prx = communicator->stringToProxy("test"); // - // Compare default-constructed structures. - // - { - test(S2() == S2()); - } - - // // Change one primitive member at a time. // { |