Changeset 5018
- Timestamp:
- Sep 12, 2005, 3:39:13 PM (21 years ago)
- Location:
- trunk/psLib/test/astro
- Files:
-
- 4 edited
-
tst_psTime_01.c (modified) (3 diffs)
-
tst_psTime_02.c (modified) (2 diffs)
-
tst_psTime_03.c (modified) (2 diffs)
-
tst_psTime_04.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astro/tst_psTime_01.c
r4944 r5018 23 23 * @author Eric Van Alst, MHPCC 24 24 * 25 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $26 * @date $Date: 2005-09- 02 21:32:06$25 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 26 * @date $Date: 2005-09-13 01:39:13 $ 27 27 * 28 28 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 161 161 162 162 // Initialize library internal structures 163 psLibInit("ps Time.config");163 psLibInit("pslib.config"); 164 164 165 165 if( !runTestSuite(stderr,"psTime",tests,argc,argv)) { … … 1138 1138 // char *testString = "2004-07-21T18:22:24.272Z"; 1139 1139 // 1140 // psLibInit("ps Time.config");1140 // psLibInit("pslib.config"); 1141 1141 // 1142 1142 // Test time was taken at July 21, 2004 at 18:22:24.272044 -
trunk/psLib/test/astro/tst_psTime_02.c
r4547 r5018 12 12 * @author Eric Van Alst, MHPCC 13 13 * 14 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $15 * @date $Date: 2005-0 7-13 02:46:58$14 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-09-13 01:39:13 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 67 67 68 68 // Initialize library internal structures 69 psLibInit("ps Time.config");69 psLibInit("pslib.config"); 70 70 71 71 if( !runTestSuite(stderr,"psTime",tests,argc,argv)) { -
trunk/psLib/test/astro/tst_psTime_03.c
r4547 r5018 11 11 * @author Eric Van Alst, MHPCC 12 12 * 13 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-0 7-13 02:46:58$13 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-09-13 01:39:13 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 188 188 189 189 // Initialize library internal structures 190 psLibInit("ps Time.config");190 psLibInit("pslib.config"); 191 191 192 192 if( !runTestSuite(stderr,"psTime",tests,argc,argv)) { -
trunk/psLib/test/astro/tst_psTime_04.c
r4547 r5018 15 15 * @author Eric Van Alst, MHPCC 16 16 * 17 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $18 * @date $Date: 2005-0 7-13 02:46:58$17 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 18 * @date $Date: 2005-09-13 01:39:13 $ 19 19 * 20 20 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 55 55 { 56 56 // Test A - Initialize time 57 psLibInit("ps Time.config");57 psLibInit("pslib.config"); 58 58 psLibFinalize(); 59 59
Note:
See TracChangeset
for help on using the changeset viewer.
