IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1987


Ignore:
Timestamp:
Oct 6, 2004, 12:51:52 PM (22 years ago)
Author:
harman
Message:

Added more tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astronomy/test.config

    r1972 r1987  
    77#  author  Ross Harman, MHPCC
    88#
    9 #  version $Revision: 1.1 $  $Name: not supported by cvs2svn $
    10 #  date  $Date: 2004-10-06 01:08:17 $
     9#  version $Revision: 1.2 $  $Name: not supported by cvs2svn $
     10#  date  $Date: 2004-10-06 22:51:52 $
    1111#
    1212#  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4747########## Test 6 ##########
    4848# The line below consists of a variable name, type, and value, but without a trailing comment. It should be read by the parser.
    49 altitude          S32         10000
     49altitude          S32         10000   
    5050#
    5151#
     
    5353########## Test 7 ##########
    5454# The lines below contain variations in name, type, value, trailing comment, and whitespace. They should all be read by the parser.
    55    time F32 1234.5678
     55   time F32 1234.5678 
    5656 myBool     BOOL            F           # F, f, 0, T, t, 1 are also acceptable
    5757title1  STR   Hello world #This is a comment for the string value
    58     title2  STRING   Good bye world   #    STRING or STR may be used as the string type
     58    title2  STRING   Good bye world   #    STRING or STR may be used as the string type 
    5959#
    6060#
     
    117117#
    118118########## Test 16 ##########
     119# The line below contains a ~ character used for special processing. It should produce an error.
     120range     F64     140.0 ~             
     121#
     122#
     123#
     124########## Test 17 ##########
    119125# The variable name below is repeated. It should produce an error if the overwrite function argument is set to false.
    120126# If overwrite is true, then the last name and value will be stored and there will be no error.
Note: See TracChangeset for help on using the changeset viewer.