IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4442


Ignore:
Timestamp:
Jun 30, 2005, 11:28:40 AM (21 years ago)
Author:
drobbin
Message:

changed runTest for psDB functions to eliminate mysql output error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/runTest

    r4379 r4442  
    2626#
    2727#  $Revison:  $  $Name: not supported by cvs2svn $
    28 #  $Date: 2005-06-24 20:01:54 $
     28#  $Date: 2005-06-30 21:28:40 $
    2929#
    3030#  Copyright 2004 Maui High Performance Computering Center, University of Hawaii
     
    151151            s/allocate \d+ bytes at/allocate <N> bytes at/g;
    152152            s/v\d+.\d+.\d+/vX.X.X/g;
    153 
     153            s/'xxx' \(\d+\)/'xxx' \(NUM\)/;
    154154            if (m/TestPoint:\s*([^\*]+)/) {
    155155                $testfile = $1;
     
    194194            s/allocate \d+ bytes at/allocate <N> bytes at/g;
    195195            s/v\d+.\d+.\d+/vX.X.X/g;
     196            s/'xxx' \(\d+\)/'xxx' \(NUM\)/;
    196197
    197198            if (m/\*\*\*\*\*\* TESTPOINT \*\*\*\*\*\*/) {
Note: See TracChangeset for help on using the changeset viewer.