OSSP CVS Repository

ossp - Check-in [1144]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 1144
Date: 2001-Oct-10 17:11:42 (local)
2001-Oct-10 15:11:42 (UTC)
User:rse
Branch:
Comment: fix texts
Tickets:
Inspections:
Files:
ossp-pkg/sa/ts.c      1.1 -> 1.2     3 inserted, 3 deleted

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