Changeset 10786 for trunk/psModules/test/astrom/tap_pmAstrometryWCS_DVO.c
- Timestamp:
- Dec 16, 2006, 11:48:15 PM (20 years ago)
- Location:
- trunk/psModules/test/astrom
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tap_pmAstrometryWCS_DVO.c (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/test/astrom
- Property svn:ignore
-
old new 9 9 tap_pmAstrometryWCS_DVO2 10 10 tap_pmAstrometryWCS_DVO3 11 tap_pmAstrometryWCS_DVO
-
- Property svn:ignore
-
trunk/psModules/test/astrom/tap_pmAstrometryWCS_DVO.c
r10775 r10786 27 27 int main (void) 28 28 { 29 plan_tests(9 84);30 31 // diag("pmAstrometryWCS tests compared with DVO coords routines");32 // diag("this file tests pmAstromWCS <-> Header representations");29 plan_tests(992); 30 31 note("pmAstrometryWCS tests compared with DVO coords routines"); 32 note("this file tests pmAstromWCS <-> Header representations"); 33 33 34 34 test1in(); … … 44 44 void test3in() 45 45 { 46 // diag("test pmAstromWCStoHeader");46 note("test pmAstromWCStoHeader"); 47 47 psMemId id = psMemGetId(); 48 48 … … 76 76 pmAstromWCS *wcs2 = pmAstromWCSfromHeader(header2); 77 77 78 psMetadataConfigWrite (header1, "head1.md");79 psMetadataConfigWrite (header2, "head2.md");80 81 78 ok (wcs2 != NULL, "converted WCS keywords to WCS astrometry"); 82 79 skip_start (wcs2 == NULL, 1, "*** WCS Conversion FAILS *** : skipping related tests"); … … 122 119 void test2in() 123 120 { 124 // diag("test pmAstromWCStoHeader");121 note("test pmAstromWCStoHeader"); 125 122 psMemId id = psMemGetId(); 126 123 … … 198 195 void test1in() 199 196 { 200 // diag("test pmAstromWCStoHeader");197 note("test pmAstromWCStoHeader"); 201 198 psMemId id = psMemGetId(); 202 199 … … 271 268 void test3 () 272 269 { 273 // diag("test pmAstromWCSfromHeader ");270 note("test pmAstromWCSfromHeader "); 274 271 psMemId id = psMemGetId(); 275 272 … … 332 329 void test2 () 333 330 { 334 // diag("test pmAstromWCSfromHeader");331 note("test pmAstromWCSfromHeader"); 335 332 psMemId id = psMemGetId(); 336 333 … … 391 388 void test1() 392 389 { 393 // diag("test pmAstromWCSfromHeader");390 note("test pmAstromWCSfromHeader"); 394 391 psMemId id = psMemGetId(); 395 392 … … 450 447 void testA() 451 448 { 452 // diag("test coord allocs");449 note("test coord allocs"); 453 450 psMemId id = psMemGetId(); 454 451 … … 460 457 void testB() 461 458 { 462 // diag("test coord allocs");459 note("test coord allocs"); 463 460 psMemId id = psMemGetId(); 464 461 … … 525 522 plan_tests(0); 526 523 527 // diag("pmAstrometryWCS tests compared with DVO coords routines : SKIPPED (libdvo not available)");524 note("pmAstrometryWCS tests compared with DVO coords routines : SKIPPED (libdvo not available)"); 528 525 529 526 return exit_status();
Note:
See TracChangeset
for help on using the changeset viewer.
