diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-08-10 08:01:21 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-08-10 08:01:21 +0000 |
commit | 7e1f2ecbf6295c470b2de3bf07629f3035f1ebbe (patch) | |
tree | cd5c0730530c1c3bd20de41229a8b6b0e4917ae1 /cppe/test/Common/TestCommon.cpp | |
parent | Use FeatureNotSupportedException not NoEndpointException. (diff) | |
download | ice-7e1f2ecbf6295c470b2de3bf07629f3035f1ebbe.tar.bz2 ice-7e1f2ecbf6295c470b2de3bf07629f3035f1ebbe.tar.xz ice-7e1f2ecbf6295c470b2de3bf07629f3035f1ebbe.zip |
remove stupid test complete.
Diffstat (limited to 'cppe/test/Common/TestCommon.cpp')
-rwxr-xr-x | cppe/test/Common/TestCommon.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cppe/test/Common/TestCommon.cpp b/cppe/test/Common/TestCommon.cpp index 343a71207d5..fcf123ba764 100755 --- a/cppe/test/Common/TestCommon.cpp +++ b/cppe/test/Common/TestCommon.cpp @@ -291,7 +291,6 @@ TestApplication::main(HINSTANCE hInstance) extern int __argc; extern char **__argv; status = run(__argc, __argv); - tprintf("\ntest complete\n"); } catch(const TestSuiteFailed&) { |