IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 598


Ignore:
Timestamp:
May 6, 2004, 2:02:48 PM (22 years ago)
Author:
evanalst
Message:

Modified test to put test case with just host as the format to time and
host to allow the filtering script to remove variable information.

Location:
trunk/psLib/test/sysUtils
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sysUtils/tst_psLogMsg02.c

    r584 r598  
    3232
    3333    printf("------------- psSetLogFormat(H) -------------\n");
    34     psSetLogFormat("H");
     34    psSetLogFormat("TH");
    3535    for (i=0;i<10;i++) {
    3636        psLogMsg(__func__, i, "Hello World!  My level is %d\n", i);
  • trunk/psLib/test/sysUtils/verified/tst_psLogMsg02.stderr

    r589 r598  
    77 <DATE> <TIME> |
    88 <DATE> <TIME> |
    9 pippin.mhpcc.hawaii.edu|
    10 pippin.mhpcc.hawaii.edu|
    11 pippin.mhpcc.hawaii.edu|
    12 pippin.mhpcc.hawaii.edu|
     9 <DATE> <TIME> <HOST> |
     10 <DATE> <TIME> <HOST> |
     11 <DATE> <TIME> <HOST> |
     12 <DATE> <TIME> <HOST> |
    1313A|
    1414E|
Note: See TracChangeset for help on using the changeset viewer.