IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 30, 2009, 2:26:44 PM (17 years ago)
Author:
eugene
Message:

fixed API errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astro/tap_psTime_01.c

    r13623 r24023  
    842842    {
    843843        psMemId id = psMemGetId();
    844         psTime *time2 = psTimeConvert(NULL, PS_TIME_TAI);
    845 
    846         ok(time2 == NULL, "psTimeConvert(NULL, PS_TIME_TAI) returned NULL");
     844        bool status = psTimeConvert(NULL, PS_TIME_TAI);
     845
     846        ok(status == false, "psTimeConvert(NULL, PS_TIME_TAI) returned NULL");
    847847        ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
    848848
Note: See TracChangeset for help on using the changeset viewer.