IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 2, 2008, 10:53:30 AM (19 years ago)
Author:
gusciora
Message:

Modified file reads to look for dataFiles and then ../dataFiles.
Other additions as well.
First version: tap_pmReadoutFake.c
First version: tap_pmReadoutStack.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/camera/tap_pmFPALevel.c

    r14882 r15987  
    55#include "tap.h"
    66#include "pstap.h"
     7/* STATUS:
     8    All functions are tested.
     9    XXX: Add tests for bad input parameters.
     10*/
    711
    812#define ERR_TRACE_LEVEL         0
     
    1317    psLogSetLevel(PS_LOG_INFO);
    1418    psTraceSetLevel("err", ERR_TRACE_LEVEL);
    15     plan_tests(15);
     19    plan_tests(14);
    1620
    17     // ----------------------------------------------------------------------
    1821    // ----------------------------------------------------------------------
    1922    // pmFPALevelToName(): tests
     
    4346
    4447        ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
    45         ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
    4648    }
    4749
    4850
    4951    // ----------------------------------------------------------------------
    50     // ----------------------------------------------------------------------
    5152    // pmFPALevelFromName(): tests
    52     // pmFPALevel pmFPALevelFromName(const char *name)
    5353    {
    5454        psMemId id = psMemGetId();
Note: See TracChangeset for help on using the changeset viewer.