diff options
Diffstat (limited to 'cpp/test/Ice/retry/AllTests.cpp')
-rw-r--r-- | cpp/test/Ice/retry/AllTests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/retry/AllTests.cpp b/cpp/test/Ice/retry/AllTests.cpp index fe64632f5ab..ff0444e034b 100644 --- a/cpp/test/Ice/retry/AllTests.cpp +++ b/cpp/test/Ice/retry/AllTests.cpp @@ -256,7 +256,7 @@ allTests(const Ice::CommunicatorPtr& communicator, const Ice::CommunicatorPtr& c test(retry1->opIdempotent(4) == 4); testInvocationCount(1); testFailureCount(0); - // It suceeded after 3 retry because of the failed opIdempotent on the fixed proxy above + // It succeeded after 3 retry because of the failed opIdempotent on the fixed proxy above testRetryCount(3); cout << "ok" << endl; } |