diff options
Diffstat (limited to 'cpp/test/Ice/udp/Client.cpp')
-rw-r--r-- | cpp/test/Ice/udp/Client.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/test/Ice/udp/Client.cpp b/cpp/test/Ice/udp/Client.cpp index a069286b8d4..194cb393d14 100644 --- a/cpp/test/Ice/udp/Client.cpp +++ b/cpp/test/Ice/udp/Client.cpp @@ -11,6 +11,8 @@ #include <TestCommon.h> #include <Test.h> +DEFINE_TEST("client") + using namespace std; using namespace Test; @@ -20,7 +22,7 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator) void allTests(const Ice::CommunicatorPtr&); allTests(communicator); - int num = argc == 2 ? atoi(argv[1]) : 0; + int num = argc == 2 ? atoi(argv[1]) : 1; for(int i = 0; i < num; i++) { ostringstream os; |