Changes between Version 9 and Version 10 of TestSuite


Ignore:
Timestamp:
Apr 28, 2010, 10:58:06 AM (14 years ago)
Author:
mdavis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TestSuite

    v9 v10  
    66The current concept for the test data files is a monolithic CSV file in which each row contains the data needed to verify a single tranformation/conversion between two (2) coordinate reference systems (in a single direction).
    77
    8 The actual form and format of the test data file(s) may evolve as work continues.
     8The form and format of the test data file(s) may evolve as work continues.
     9
     10=== Test File Schema ===
     11
     12||testName||String|| comment ||
     13||testMethod||String|| comment ||
     14||srcCrsAuth||String|| comment ||
     15||srcCrs||String|| comment ||
     16||tgtCrsAuth||String|| comment ||
     17||tgtCrs||String|| comment ||
     18||srcOrd1||Number|| comment ||
     19||srcOrd2||Number|| comment ||
     20||srcOrd3||Number|| comment ||
     21||tgtOrd1||Number|| comment ||
     22||tgtOrd2||Number|| comment ||
     23||tgtOrd3||Number|| comment ||
     24||tolOrd1||Number|| comment ||
     25||tolOrd2||Number|| comment ||
     26||tolOrd3||Number|| comment ||
     27||using||String|| comment ||
     28||dataSource||String|| comment ||
     29||dataCmnts||String|| comment ||
     30||maintenanceCmnts||String|| comment ||
     31
     32
     33
     34
    935
    1036=== Ordinate Order ===