Changeset 3670


Ignore:
Timestamp:
Aug 15, 2007, 12:02:36 PM (16 years ago)
Author:
Nicklas Nordborg
Message:

Included numbers with scientific notation in the test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/test/data/test.import.dirty.txt

    r3666 r3670  
    44#       : "-110.4" test that parsing of negative numbers works as expected
    55# Line 2: " 120 " contains space before and after and should trimmed and parsed correctly
     6#       : test that scientific format is parsed correctly
    67# Line 3: Extra space in external ID should be trimmed and use same reporter as on line 2
    78# Line 4+5: Depending on db used, the reporter should be same or two different
     
    1011"Block" "Column"  "Row" "Name"  "ID"  "X" "Y" "Dia."  "F635 Median"
    11121 1 1 "demoA" "demoA"  1690   err -110.4  183
    12 1 2 1 "demoB" "demoB" 1910  5730   120  114
     131 2 1 "demoB" "demoB" 1.910e3 5730e0   1200e-1  114
    13141 3 1 "demoB "  "demoB "  1910  5730  120 114
    14151 4 1 "demoblank" "demoblank" 2110  5740  110.4 0
Note: See TracChangeset for help on using the changeset viewer.