Changeset 24023 for trunk/psLib/test/astro/tap_psTime_01.c
- Timestamp:
- Apr 30, 2009, 2:26:44 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/astro/tap_psTime_01.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astro/tap_psTime_01.c
r13623 r24023 842 842 { 843 843 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"); 847 847 ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks"); 848 848
Note:
See TracChangeset
for help on using the changeset viewer.
