IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 1, 2004, 1:04:35 PM (22 years ago)
Author:
gusciora
Message:

This is a fairly large checkin. I had been sitting on a lot of test code
that was not quite in sync with the current test harness. I modified it
somewhat so it mostly works with the test harness, though there are still
problems with the printFooter() function not having a status for "status
unknown". Also, the runTest is not correctly parsing my date strings in
psLogMsg calls. Also, I added an individual entry for each test in the
Makefile in the test directory. I did this because the generic rules were
failing, and I did not want to break the tests for those people who were
successfully using the generic rules.

File:
1 edited

Legend:

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

    r555 r560  
    1212    int lev = 0;
    1313    int errorFlag = 0;
     14
     15    printPositiveTestHeader(stdout,
     16                            "psTrace functions",
     17                            "psTrace()");
    1418
    1519    psSetTraceLevel(".", 4);
     
    3539            0xbeefface);
    3640
     41    printFooter(stdout,
     42                "psTrace functions",
     43                "psTrace()",
     44                true);
     45
    3746    exit(0);
    3847}
Note: See TracChangeset for help on using the changeset viewer.