Index: trunk/psLib/test/FullUnitTest
===================================================================
--- trunk/psLib/test/FullUnitTest	(revision 1198)
+++ trunk/psLib/test/FullUnitTest	(revision 1404)
@@ -19,6 +19,6 @@
 #  RETURN : integer number of tests which failed
 #
-#  $Revision: 1.10 $  $Name: not supported by cvs2svn $
-#  $Date: 2004-07-08 19:34:18 $
+#  $Revision: 1.11 $  $Name: not supported by cvs2svn $
+#  $Date: 2004-08-06 21:50:13 $
 #
 #  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -555,7 +555,9 @@
    chop $hostname;
    while( <OUTFILE> ) {
-       s/\d+:\d+:\d+/ <DATE> /;
-       s/\s+\d+:\d+:\d+\w/ <TIME> /;
-       s/$hostname/<HOST>/;
+       s/\s+\d+:\d+:\d+\w/<TIME>/g;
+       s/\d+:\d+:\d+/<DATE>/g;
+       s/$hostname/<HOST>/g;
+       s/: Line \d+/: Line <LINENO>/g;
+       s/\:\d+/\:<LINENO>/g;
        # Filter lines with *** malloc.  This is an artifact of Mac testing of
        # memory functions
@@ -575,7 +577,9 @@
    # Replace the variable date, time and host information with constants
    while( <OUTFILE> ) {
-       s/\d+:\d+:\d+/ <DATE> /;
-       s/\s+\d+:\d+:\d+\w/ <TIME> /;
-       s/$hostname/<HOST>/;
+       s/\s+\d+:\d+:\d+\w/<TIME>/g;
+       s/\d+:\d+:\d+/<DATE>/g;
+       s/$hostname/<HOST>/g;
+       s/: Line \d+/: Line <LINENO>/g;
+       s/\:\d+/\:<LINENO>/g;
        # Filter lines with *** malloc.  This is an artifact of Mac testing of
        # memory functions
