IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5018


Ignore:
Timestamp:
Sep 12, 2005, 3:39:13 PM (21 years ago)
Author:
desonia
Message:

changed psTime.config to the more generic pslib.config

Location:
trunk/psLib/test/astro
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astro/tst_psTime_01.c

    r4944 r5018  
    2323 *  @author  Eric Van Alst, MHPCC
    2424 *
    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 $
    2727 *
    2828 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    161161
    162162    // Initialize library internal structures
    163     psLibInit("psTime.config");
     163    psLibInit("pslib.config");
    164164
    165165    if( !runTestSuite(stderr,"psTime",tests,argc,argv)) {
     
    11381138//    char *testString = "2004-07-21T18:22:24.272Z";
    11391139//
    1140 //    psLibInit("psTime.config");
     1140//    psLibInit("pslib.config");
    11411141//
    11421142// Test time was taken at July 21, 2004 at 18:22:24.272044
  • trunk/psLib/test/astro/tst_psTime_02.c

    r4547 r5018  
    1212 *  @author  Eric Van Alst, MHPCC
    1313 *
    14  *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
    15  *  @date  $Date: 2005-07-13 02:46:58 $
     14 *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
     15 *  @date  $Date: 2005-09-13 01:39:13 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    6767
    6868    // Initialize library internal structures
    69     psLibInit("psTime.config");
     69    psLibInit("pslib.config");
    7070
    7171    if( !runTestSuite(stderr,"psTime",tests,argc,argv)) {
  • trunk/psLib/test/astro/tst_psTime_03.c

    r4547 r5018  
    1111 *  @author  Eric Van Alst, MHPCC
    1212 *
    13  *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
    14  *  @date  $Date: 2005-07-13 02:46:58 $
     13 *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
     14 *  @date  $Date: 2005-09-13 01:39:13 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    188188
    189189    // Initialize library internal structures
    190     psLibInit("psTime.config");
     190    psLibInit("pslib.config");
    191191
    192192    if( !runTestSuite(stderr,"psTime",tests,argc,argv)) {
  • trunk/psLib/test/astro/tst_psTime_04.c

    r4547 r5018  
    1515 *  @author  Eric Van Alst, MHPCC
    1616 *
    17  *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
    18  *  @date  $Date: 2005-07-13 02:46:58 $
     17 *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
     18 *  @date  $Date: 2005-09-13 01:39:13 $
    1919 *
    2020 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5555{
    5656    // Test A - Initialize time
    57     psLibInit("psTime.config");
     57    psLibInit("pslib.config");
    5858    psLibFinalize();
    5959
Note: See TracChangeset for help on using the changeset viewer.