IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15989


Ignore:
Timestamp:
Jan 2, 2008, 11:03:34 AM (18 years ago)
Author:
gusciora
Message:

Small modifications to get the tap stuff working correctly.

Location:
trunk/psModules/test/astrom
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/astrom/tap_pmAstrometryWCS_DVO.c

    r10824 r15989  
    517517    int main (void)
    518518{
    519     plan_tests(0);
    520 
     519    plan_tests(2);
     520
     521    ok(true, "Skipping tests: (libdvo not available)");
    521522    note("pmAstrometryWCS tests compared with DVO coords routines : SKIPPED (libdvo not available)");
    522523
  • trunk/psModules/test/astrom/tap_pmAstrometryWCS_DVO2.c

    r10824 r15989  
    619619    int main (void)
    620620{
    621     plan_tests(0);
    622 
     621    plan_tests(2);
     622
     623    ok(true, "Skipping tests: (libdvo not available)");
    623624    note("pmAstrometryWCS tests compared with DVO coords routines : SKIPPED (libdvo not available)");
    624625
  • trunk/psModules/test/astrom/tap_pmAstrometryWCS_DVO3.c

    r10875 r15989  
    644644    int main (void)
    645645{
    646     plan_tests(0);
    647 
     646    plan_tests(2);
     647
     648    ok(true, "Skipping tests: (libdvo not available)");
    648649    note("pmAstrometryWCS tests compared with DVO coords routines : SKIPPED (libdvo not available)");
    649650
  • trunk/psModules/test/astrom/tap_pmAstrometryWCS_DVO4.c

    r12522 r15989  
    945945    int main (void)
    946946{
    947     plan_tests(0);
    948 
     947    plan_tests(2);
     948
     949    ok(true, "Skipping tests: (libdvo not available)");
    949950    note("pmAstrometryWCS tests compared with DVO coords routines : SKIPPED (libdvo not available)");
    950951
Note: See TracChangeset for help on using the changeset viewer.