- summary message changed

This commit is contained in:
Jan Hutter
2005-11-03 13:37:15 +00:00
parent 5673ba5426
commit 3ad9390a61
+1 -1
View File
@@ -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 */