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_psTrace03.c

    r558 r560  
    99main()
    1010{
     11    printPositiveTestHeader(stdout,
     12                            "psTrace functions",
     13                            "psTracePrintLevels()");
     14
    1115    psSetTraceLevel(".", 9);
    1216
     
    2630
    2731    psPrintTraceLevels();
     32
     33    printFooter(stdout,
     34                "psTrace functions",
     35                "psTracePrintLevels()",
     36                true);
     37
    2838    exit(0);
    2939}
Note: See TracChangeset for help on using the changeset viewer.