IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 16, 2005, 3:58:43 PM (21 years ago)
Author:
desonia
Message:

changed the prototype of psMetadataLookup_.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astronomy/tst_psTime_04.c

    r3220 r3246  
    1414 *  @author  Ross Harman, MHPCC
    1515 *
    16  *  @version $Revision: 1.8 $  $Name: not supported by cvs2svn $
    17  *  @date  $Date: 2005-02-15 03:02:53 $
     16 *  @version $Revision: 1.9 $  $Name: not supported by cvs2svn $
     17 *  @date  $Date: 2005-02-17 01:58:43 $
    1818 *
    1919 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3030    // Test A - Initialize time
    3131    printPositiveTestHeader(stdout, "psTime", "Test A - Initialize time");
    32     psLibInit(true, p_psGetConfigFileName());
     32    psLibInit(true, "psTime.config");
    3333    psLibFinalize();
    3434    printFooter(stdout, "psTime", "Test A - Initialize time", true);
     
    4545    printNegativeTestHeader(stdout,"psTime", "Test C - Attempt to open non-existant time data files",
    4646                            "Failed to open file 'zzz'.  Check if it exists and it has the proper permissions.", 0);
    47     psLibInit(true, "./test.psTime.config1");
     47    psLibInit(true, "test.psTime.config1");
    4848    psLibFinalize();
    4949    printFooter(stdout, "psTime", "Test C - Attempt to open non-existant time data files", true);
     
    5353    printNegativeTestHeader(stdout,"psTime", "Test D - Attempt to read incorrect number of files",
    5454                            "Incorrect number of table files entered. Found: 3. Expected: 4.", 0);
    55     psLibInit(true, "./test.psTime.config2");
     55    psLibInit(true, "test.psTime.config2");
    5656    psLibFinalize();
    5757    printFooter(stdout, "psTime", "Test D - Attempt to read incorrect number of files", true);
     
    6161    printNegativeTestHeader(stdout,"psTime", "Test E - Attempt to read incorrect number of from values",
    6262                            "Incorrect vector size. Size: 3, Expected 4.", 0);
    63     psLibInit(true, "./test.psTime.config3");
     63    psLibInit(true, "test.psTime.config3");
    6464    psLibFinalize();
    6565    printFooter(stdout, "psTime", "Test E - Attempt to read incorrect number of from values", true);
     
    6969    printNegativeTestHeader(stdout,"psTime", "Test F - Attempt to read data file with typo in number",
    7070                            "Unable to parse string, number on line 16.", 0);
    71     psLibInit(true, "./test.psTime.config4");
     71    psLibInit(true, "test.psTime.config4");
    7272    psLibFinalize();
    7373    printFooter(stdout, "psTime", "Test F - Attempt to read data file with typo in number", true);
Note: See TracChangeset for help on using the changeset viewer.