summaryrefslogtreecommitdiff
path: root/cppe/test/Common/TestCommon.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2005-08-10 08:01:21 +0000
committerMatthew Newhook <matthew@zeroc.com>2005-08-10 08:01:21 +0000
commit7e1f2ecbf6295c470b2de3bf07629f3035f1ebbe (patch)
treecd5c0730530c1c3bd20de41229a8b6b0e4917ae1 /cppe/test/Common/TestCommon.cpp
parentUse FeatureNotSupportedException not NoEndpointException. (diff)
downloadice-7e1f2ecbf6295c470b2de3bf07629f3035f1ebbe.tar.bz2
ice-7e1f2ecbf6295c470b2de3bf07629f3035f1ebbe.tar.xz
ice-7e1f2ecbf6295c470b2de3bf07629f3035f1ebbe.zip
remove stupid test complete.
Diffstat (limited to 'cppe/test/Common/TestCommon.cpp')
-rwxr-xr-xcppe/test/Common/TestCommon.cpp1
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&)
{