diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-11-03 13:37:15 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-11-03 13:37:15 +0000 |
commit | 3ad9390a61c0f86c3afa89564113a213b1f321d2 (patch) | |
tree | b65087a421041beab634cbc9f288574cd0133139 /Source/charon/tester.c | |
parent | 5673ba542609d79fd5fa343d10977a22dff41c6d (diff) | |
download | strongswan-3ad9390a61c0f86c3afa89564113a213b1f321d2.tar.bz2 strongswan-3ad9390a61c0f86c3afa89564113a213b1f321d2.tar.xz |
- summary message changed
Diffstat (limited to 'Source/charon/tester.c')
-rw-r--r-- | Source/charon/tester.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |