From 3ad9390a61c0f86c3afa89564113a213b1f321d2 Mon Sep 17 00:00:00 2001 From: Jan Hutter Date: Thu, 3 Nov 2005 13:37:15 +0000 Subject: [PATCH] - summary message changed --- Source/charon/tester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/charon/tester.c b/Source/charon/tester.c index 1734bfabc..1e5974656 100644 --- a/Source/charon/tester.c +++ b/Source/charon/tester.c @@ -153,7 +153,7 @@ static status_t test_all(tester_t *tester) this->run_test(this,test_linked_list,"Linked List"); this->run_test(this,test_thread_pool,"Thread Pool"); - fprintf(this->output,"End testing. %d tests failed of %d tests\n",this->failed_tests_count,this->tests_count); + fprintf(this->output,"End testing. %d of %d tests succeeded\n",this->tests_count - this->failed_tests_count,this->tests_count); #ifdef LEAK_DETECTIVE /* Leaks are reported in log file */