IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1602


Ignore:
Timestamp:
Aug 19, 2004, 2:51:22 PM (22 years ago)
Author:
desonia
Message:

Bugzilla #131 - Fixed.

Fixed problem where hostname has variable spaces after it that where not being properly handled.

Location:
trunk/psLib/test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/FullUnitTest

    r1545 r1602  
    1919#  RETURN : integer number of tests which failed
    2020#
    21 #  $Revision: 1.13 $  $Name: not supported by cvs2svn $
    22 #  $Date: 2004-08-14 02:27:02 $
     21#  $Revision: 1.14 $  $Name: not supported by cvs2svn $
     22#  $Date: 2004-08-20 00:51:22 $
    2323#
    2424#  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    662662        s/\s+\d+:\d+:\d+\w/<TIME>/g;
    663663        s/\d+:\d+:\d+/<DATE>/g;
    664         s/$hostname/<HOST>/g;
     664        s/$hostname\s*/<HOST>/g;
    665665        s/: Line \d+/: Line <LINENO>/g;
    666666        s/\:\d+/\:<LINENO>/g;
     
    690690        s/\s+\d+:\d+:\d+\w/<TIME>/g;
    691691        s/\d+:\d+:\d+/<DATE>/g;
    692         s/$hostname/<HOST>/g;
     692        s/$hostname\s*/<HOST>/g;
    693693        s/: Line \d+/: Line <LINENO>/g;
    694694        s/\:\d+/\:<LINENO>/g;
  • trunk/psLib/test/runTest

    r1545 r1602  
    3030#
    3131#  $Revison:  $  $Name: not supported by cvs2svn $
    32 #  $Date: 2004-08-14 02:27:02 $
     32#  $Date: 2004-08-20 00:51:22 $
    3333#
    3434#  Copyright 2004 Maui High Performance Computering Center, University of Hawaii
     
    155155                s/\s+\d+:\d+:\d+\w/<TIME>/g;
    156156                s/\d+:\d+:\d+/<DATE>/g;
    157                 s/$hostname/<HOST>/g;
     157                s/$hostname\s*/<HOST>/g;
    158158                s/: Line \d+/: Line <LINENO>/g;
    159159                s/\:\d+/\:<LINENO>/g;
     
    186186                s/\s+\d+:\d+:\d+\w/<TIME>/g;
    187187                s/\d+:\d+:\d+/<DATE>/g;
    188                 s/$hostname/<HOST>/g;
     188                s/$hostname\s*/<HOST>/g;
    189189                s/: Line \d+/: Line <LINENO>/g;
    190190                s/\:\d+/\:<LINENO>/g;
Note: See TracChangeset for help on using the changeset viewer.