Changeset 12513 for trunk/psLib/test/astro
- Timestamp:
- Mar 19, 2007, 5:57:25 PM (19 years ago)
- Location:
- trunk/psLib/test/astro
- Files:
-
- 3 edited
-
tap_psEarthOrientation_corrections.c (modified) (5 diffs)
-
tap_psEarthOrientation_motion.c (modified) (5 diffs)
-
tap_psSphereOps_all.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astro/tap_psEarthOrientation_corrections.c
r9976 r12513 30 30 plan_tests(8); 31 31 32 diag("Tests for psEarthOrientation Correction Functions");32 // diag("Tests for psEarthOrientation Correction Functions"); 33 33 34 34 // Initialize library internal structures … … 49 49 void testEOCInit(void) 50 50 { 51 diag(" >>>Test 1: p_psEOCInit ");51 // diag(" >>>Test 1: p_psEOCInit "); 52 52 //Test for psEarthPoleAlloc 53 53 //Return properly allocated psEarthPole … … 73 73 void testAberration(void) 74 74 { 75 diag(" >>>Test 2: psAberration ");75 // diag(" >>>Test 2: psAberration "); 76 76 psSphere *apparent = NULL; 77 77 psSphere *empty = NULL; … … 154 154 void testGravDef(void) 155 155 { 156 diag(" >>>Test 3: psGravityDeflection ");156 // diag(" >>>Test 3: psGravityDeflection "); 157 157 //Test for psGravityDeflection 158 158 //Return properly allocated psEarthPole … … 284 284 void testEOC_Corrs(void) 285 285 { 286 diag(" >>>Test 4: psEOC Correction Functions");286 // diag(" >>>Test 4: psEOC Correction Functions"); 287 287 //Tests for psEOC_PrecessionCorr 288 288 /* -
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; -
trunk/psLib/test/astro/tap_psSphereOps_all.c
r12194 r12513 51 51 void testSphereRotCreate(void) 52 52 { 53 diag(" >>>Test 1: psSphereRot Creation Functions");53 // diag(" >>>Test 1: psSphereRot Creation Functions"); 54 54 55 55 // Allocate data structure … … 128 128 void testSphereRotConvert(void) 129 129 { 130 diag(" >>>Test 2: psSphereRot Conversion Functions");130 // diag(" >>>Test 2: psSphereRot Conversion Functions"); 131 131 132 132 // Allocate data structure … … 324 324 void testSphereOffsets(void) 325 325 { 326 diag(" >>>Test 3: psSphereGet/SetOffset Functions");326 // diag(" >>>Test 3: psSphereGet/SetOffset Functions"); 327 327 328 328 // Allocate data structure
Note:
See TracChangeset
for help on using the changeset viewer.
