Changeset 10775 for trunk/psModules/test/astrom/tap_pmAstrometryWCS_DVO.c
- Timestamp:
- Dec 15, 2006, 7:34:54 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/test/astrom/tap_pmAstrometryWCS_DVO.c
r10711 r10775 29 29 plan_tests(984); 30 30 31 diag("pmAstrometryWCS tests compared with DVO coords routines");32 diag("this file tests pmAstromWCS <-> Header representations");31 // diag("pmAstrometryWCS tests compared with DVO coords routines"); 32 // diag("this file tests pmAstromWCS <-> Header representations"); 33 33 34 34 test1in(); … … 44 44 void test3in() 45 45 { 46 diag("test pmAstromWCStoHeader");46 // diag("test pmAstromWCStoHeader"); 47 47 psMemId id = psMemGetId(); 48 48 … … 122 122 void test2in() 123 123 { 124 diag("test pmAstromWCStoHeader");124 // diag("test pmAstromWCStoHeader"); 125 125 psMemId id = psMemGetId(); 126 126 … … 198 198 void test1in() 199 199 { 200 diag("test pmAstromWCStoHeader");200 // diag("test pmAstromWCStoHeader"); 201 201 psMemId id = psMemGetId(); 202 202 … … 271 271 void test3 () 272 272 { 273 diag("test pmAstromWCSfromHeader ");273 // diag("test pmAstromWCSfromHeader "); 274 274 psMemId id = psMemGetId(); 275 275 … … 332 332 void test2 () 333 333 { 334 diag("test pmAstromWCSfromHeader");334 // diag("test pmAstromWCSfromHeader"); 335 335 psMemId id = psMemGetId(); 336 336 … … 391 391 void test1() 392 392 { 393 diag("test pmAstromWCSfromHeader");393 // diag("test pmAstromWCSfromHeader"); 394 394 psMemId id = psMemGetId(); 395 395 … … 450 450 void testA() 451 451 { 452 diag("test coord allocs");452 // diag("test coord allocs"); 453 453 psMemId id = psMemGetId(); 454 454 … … 460 460 void testB() 461 461 { 462 diag("test coord allocs");462 // diag("test coord allocs"); 463 463 psMemId id = psMemGetId(); 464 464 … … 525 525 plan_tests(0); 526 526 527 diag("pmAstrometryWCS tests compared with DVO coords routines : SKIPPED (libdvo not available)");527 // diag("pmAstrometryWCS tests compared with DVO coords routines : SKIPPED (libdvo not available)"); 528 528 529 529 return exit_status();
Note:
See TracChangeset
for help on using the changeset viewer.
