Changeset 5687
- Timestamp:
- Dec 5, 2005, 12:33:42 PM (21 years ago)
- Location:
- trunk/psLib/test/astro
- Files:
-
- 2 edited
-
tst_psCoord01.c (modified) (3 diffs)
-
verified/tst_psCoord01.stderr (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astro/tst_psCoord01.c
r5639 r5687 6 6 * @author Eric Van Alst, MHPCC 7 7 * 8 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-1 1-30 22:04:29 $8 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-12-05 22:33:39 $ 10 10 * 11 11 * Copyright 2005 Maui High Performance Computing Center, Univ. of Hawaii … … 34 34 testDescription tests[] = { 35 35 {testProjectionAlloc, 833, "psProjectionAlloc",0,false}, 36 {testProjectFail, 834, "psProject",0,false}, 37 {testDeprojectFail, 835, "psProject",0,false}, 38 {testSetOffsetSphere, 0000, "psSphereSetOffset",0,false}, 39 {testSetOffsetLinear, 0000, "psSphereSetOffset",0,false}, 40 {testGetOffsetSphere, 0000, "psSphereGetOffset",0,false}, 41 {testGetOffsetLinear, 0000, "psSphereGetOffset",0,false}, 42 {NULL}, 43 /* XXX: Tests removed pending valuation -- test itself may be faulty. */ 36 44 {testProjectTan, 834, "psProject(TAN)",0,false}, 37 45 {testDeprojectTan, 835, "psDeproject(TAN)",0,false}, … … 42 50 {testProjectPar, 834, "psProject(PAR)",0,false}, 43 51 {testDeprojectPar, 835, "psDeproject(PAR)",0,false}, 44 {testProjectFail, 834, "psProject",0,false}, 45 {testDeprojectFail, 835, "psProject",0,false}, 46 {testSetOffsetSphere, 0000, "psSphereSetOffset",0,false}, 47 {testSetOffsetLinear, 0000, "psSphereSetOffset",0,false}, 48 {testGetOffsetSphere, 0000, "psSphereGetOffset",0,false}, 49 {testGetOffsetLinear, 0000, "psSphereGetOffset",0,false}, 50 {testProjectTanDeProjectTan, 0000, "psProject(TAN) -> psDeproject(TAN)",0,false}, 51 {NULL} 52 {testProjectTanDeProjectTan, 0000, "psProject(TAN) -> psDeproject(TAN)",0,false} 52 53 }; 53 54 -
trunk/psLib/test/astro/verified/tst_psCoord01.stderr
r5095 r5687 10 10 /***************************** TESTPOINT ******************************************\ 11 11 * TestFile: tst_psCoord01.c * 12 * TestPoint: psCoord{psProject(TAN)} *13 * TestType: Positive *14 \**********************************************************************************/15 16 17 ---> TESTPOINT PASSED (psCoord{psProject(TAN)} | tst_psCoord01.c)18 19 /***************************** TESTPOINT ******************************************\20 * TestFile: tst_psCoord01.c *21 * TestPoint: psCoord{psDeproject(TAN)} *22 * TestType: Positive *23 \**********************************************************************************/24 25 26 ---> TESTPOINT PASSED (psCoord{psDeproject(TAN)} | tst_psCoord01.c)27 28 /***************************** TESTPOINT ******************************************\29 * TestFile: tst_psCoord01.c *30 * TestPoint: psCoord{psProject(SIN)} *31 * TestType: Positive *32 \**********************************************************************************/33 34 35 ---> TESTPOINT PASSED (psCoord{psProject(SIN)} | tst_psCoord01.c)36 37 /***************************** TESTPOINT ******************************************\38 * TestFile: tst_psCoord01.c *39 * TestPoint: psCoord{psDeproject(SIN)} *40 * TestType: Positive *41 \**********************************************************************************/42 43 44 ---> TESTPOINT PASSED (psCoord{psDeproject(SIN)} | tst_psCoord01.c)45 46 /***************************** TESTPOINT ******************************************\47 * TestFile: tst_psCoord01.c *48 * TestPoint: psCoord{psProject(AIT)} *49 * TestType: Positive *50 \**********************************************************************************/51 52 53 ---> TESTPOINT PASSED (psCoord{psProject(AIT)} | tst_psCoord01.c)54 55 /***************************** TESTPOINT ******************************************\56 * TestFile: tst_psCoord01.c *57 * TestPoint: psCoord{psDeproject(AIT)} *58 * TestType: Positive *59 \**********************************************************************************/60 61 62 ---> TESTPOINT PASSED (psCoord{psDeproject(AIT)} | tst_psCoord01.c)63 64 /***************************** TESTPOINT ******************************************\65 * TestFile: tst_psCoord01.c *66 * TestPoint: psCoord{psProject(PAR)} *67 * TestType: Positive *68 \**********************************************************************************/69 70 71 ---> TESTPOINT PASSED (psCoord{psProject(PAR)} | tst_psCoord01.c)72 73 /***************************** TESTPOINT ******************************************\74 * TestFile: tst_psCoord01.c *75 * TestPoint: psCoord{psDeproject(PAR)} *76 * TestType: Positive *77 \**********************************************************************************/78 79 80 ---> TESTPOINT PASSED (psCoord{psDeproject(PAR)} | tst_psCoord01.c)81 82 /***************************** TESTPOINT ******************************************\83 * TestFile: tst_psCoord01.c *84 12 * TestPoint: psCoord{psProject} * 85 13 * TestType: Positive * … … 88 16 <HOST>|I|testProjectFail 89 17 Following should generate an error message for null coord arg 90 <HOST>|E|p sProject (FILE:LINENO)18 <HOST>|E|p_psProject (FILE:LINENO) 91 19 Unallowable operation: coord is NULL. 92 20 <HOST>|I|testProjectFail 93 21 Following should generate an error message for null projection arg 94 <HOST>|E|p sProject (FILE:LINENO)22 <HOST>|E|p_psProject (FILE:LINENO) 95 23 Unallowable operation: projection is NULL. 96 24 <HOST>|I|testProjectFail 97 25 Following should generate an error message for invalid projection type 98 <HOST>|E|p sProject (FILE:LINENO)26 <HOST>|E|p_psProject (FILE:LINENO) 99 27 The projection type, 4, is unknown. 100 28 … … 109 37 <HOST>|I|testDeprojectFail 110 38 Following should generate an error message for null coord arg 111 <HOST>|E|p sDeproject (FILE:LINENO)39 <HOST>|E|p_psDeproject (FILE:LINENO) 112 40 Unallowable operation: coord is NULL. 113 41 <HOST>|I|testDeprojectFail 114 42 Following should generate an error message for null projection arg 115 <HOST>|E|p sDeproject (FILE:LINENO)43 <HOST>|E|p_psDeproject (FILE:LINENO) 116 44 Unallowable operation: projection is NULL. 117 45 <HOST>|I|testDeprojectFail 118 46 Following should generate an error message for invalid projection type 119 <HOST>|E|p sDeproject (FILE:LINENO)47 <HOST>|E|p_psDeproject (FILE:LINENO) 120 48 The projection type, 4, is unknown. 121 49
Note:
See TracChangeset
for help on using the changeset viewer.
