Changeset 12513 for trunk/psLib/test/astro/tap_psEarthOrientation_motion.c
- Timestamp:
- Mar 19, 2007, 5:57:25 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astro/tap_psEarthOrientation_motion.c
r12193 r12513 32 32 plan_tests(48); 33 33 34 diag("Tests for psEarthOrientation Motion Functions");34 // diag("Tests for psEarthOrientation Motion Functions"); 35 35 36 36 // Initialize library internal structures … … 50 50 void testPrecessionModel(void) 51 51 { 52 diag(" >>>Test 1: psEOC_PrecessionModel");52 // diag(" >>>Test 1: psEOC_PrecessionModel"); 53 53 54 54 psEarthPole *ep = NULL; … … 147 147 void testPolarMotion(void) 148 148 { 149 diag(" >>>Test 2: psEOC_GetPolarMotion ");149 // diag(" >>>Test 2: psEOC_GetPolarMotion "); 150 150 151 151 psTime *in = psTimeAlloc(PS_TIME_UTC); … … 264 264 void testSphereRots(void) 265 265 { 266 diag(" >>>Test 3: psSphereRot Functions");266 // diag(" >>>Test 3: psSphereRot Functions"); 267 267 psSphereRot *out = NULL; 268 268 psEarthPole *in = NULL; … … 428 428 void testSpherePrecess(void) 429 429 { 430 diag(" >>>Test 4: psSpherePrecess");430 // diag(" >>>Test 4: psSpherePrecess"); 431 431 psSphereRot *rot = NULL; 432 432 psTime *fromTime = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
