IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 2, 2008, 10:45:23 AM (18 years ago)
Author:
gusciora
Message:

Significant changes and additions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/objects/tap_pmSourceExtendedPars.c

    r15726 r15985  
    55#include "tap.h"
    66#include "pstap.h"
     7/* STATUS:
     8        All functions are tested.
     9*/
    710
    811#define VERBOSE                 0
    9 #define ERR_TRACE_LEVEL         10
     12#define ERR_TRACE_LEVEL         0
    1013
    1114int main(int argc, char* argv[])
     
    1417    psLogSetLevel(PS_LOG_INFO);
    1518    psTraceSetLevel("err", ERR_TRACE_LEVEL);
    16     plan_tests(36);
     19    plan_tests(35);
    1720
    1821    // ----------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.