IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 550


Ignore:
Timestamp:
Apr 29, 2004, 3:56:46 PM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

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

    r549 r550  
    1212    int errorFlag = 0;
    1313
    14     lev = psGetTraceLevel(".");
    1514
     15    printPositiveTestHeader(stderr,
     16                            "psTrace functions",
     17                            "Testing psSetTraceLevel and psGetTraceLevel");
    1618    for (i=0;i<10;i++) {
    1719        psSetTraceLevel(".", i);
     
    4951        printf("All tests in %s ran successfully\n", __FILE__);
    5052    }
     53    printFooter(stderr,
     54                "psTrace functions",
     55                "Testing psSetTraceLevel and psGetTraceLevel",
     56                true);
     57
    5158    exit(0);
    5259}
Note: See TracChangeset for help on using the changeset viewer.