OSSP CVS Repository

ossp - Difference in ossp-pkg/sa/ts.c versions 1.1 and 1.2
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/sa/ts.c 1.1 -> 1.2

--- ts.c 2001/10/10 15:01:56     1.1
+++ ts.c 2001/10/10 15:11:42     1.2
@@ -315,7 +315,7 @@
                 file = (tstc->file != NULL ? tstc->file : tst->file);
                 line = (tstc->line != 0    ? tstc->line : tst->line);
                 if (file != NULL)
-                    fprintf(stdout, "       Check: %sX [%s:%d]\n", tstc->title, file, line);
+                    fprintf(stdout, "       Check: %s [%s:%d]\n", tstc->title, file, line);
                 else
                     fprintf(stdout, "       Check: %s\n", tstc->title);
                 RING_FOREACH(tstl, &tstc->logs, tstl_t, next) {
@@ -350,9 +350,9 @@
             total_tests, (total_tests - total_tests_failed), total_tests_failed, 
             total_checks, (total_checks - total_checks_failed), total_checks_failed); 
     if (total_tests_failed > 0)
-        fprintf(stdout, " Test Suite: FAILED (Test Suite Failed)\n");
+        fprintf(stdout, " Test Suite: FAILED\n");
     else
-        fprintf(stdout, " Test Suite: OK (Test Suite Passed Successfully)\n");
+        fprintf(stdout, " Test Suite: OK\n");
     fprintf(stdout, "\n");
     fflush(stdout);
 

CVSTrac 2.0.1