Index: trunk/psLib/test/FullUnitTest
===================================================================
--- trunk/psLib/test/FullUnitTest	(revision 3439)
+++ trunk/psLib/test/FullUnitTest	(revision 3542)
@@ -19,6 +19,6 @@
 #  RETURN : integer number of tests which failed
 #
-#  $Revision: 1.19 $  $Name: not supported by cvs2svn $
-#  $Date: 2005-03-17 18:53:14 $
+#  $Revision: 1.20 $  $Name: not supported by cvs2svn $
+#  $Date: 2005-03-29 21:49:29 $
 #
 #  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -654,4 +654,5 @@
         s/: Line \d+/: Line <LINENO>/g;
         s/\(.*\:\d+\)/\(FILE\:LINENO\)/g;
+        s/\s+[\_\-\/\.\w]+\:\d+/ FILE\:LINENO/g;
         s/allocate \d+ bytes at/allocate <N> bytes at/g;
 
@@ -682,4 +683,5 @@
         s/: Line \d+/: Line <LINENO>/g;
         s/\(.*\:\d+\)/\(FILE\:LINENO\)/g;
+        s/\s+[\_\-\/\.\w]+\:\d+/ FILE\:LINENO/g;
         s/allocate \d+ bytes at/allocate <N> bytes at/g;
 
