Last change
on this file since 5201 was
5201,
checked in by Nicklas Nordborg, 12 years ago
|
Fixes #1447: Annotation importer should have "crop" option for the "Too many values" error handling option
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Date Id
|
File size:
815 bytes
|
Line | |
---|
1 | Name Time (hours) Age (years) Subtype Comment #1 Comment #2 |
---|
2 | # Only ok values |
---|
3 | Sample #1 0 0 alfa Good Very good |
---|
4 | # Test: enum finding: BETA -> beta; invalid number: xx |
---|
5 | Sample #2 24 xx BETA Bad Not so bad |
---|
6 | # Test: multiple annotations on separate lines; long string that should be cropped |
---|
7 | # 'Too many values = crop' option should keep the 24 from previous line |
---|
8 | Sample #2 18 Yet another comment And one more which is too long and will be cropped |
---|
9 | # Test: number out of range: -12; float conversion to int; invalid enum: Gamm |
---|
10 | Sample #3 -12 12.5 Gamm Work hard to fix this |
---|
11 | # Test: annotatate duplicate samples |
---|
12 | Sample dup 1 1 alfa my comment |
---|
13 | # Test: item not found |
---|
14 | NoSample 0 0 alfa Good Very good |
---|
15 | # Test: remove annotations; add value to existing; value with unit (120min=2h) |
---|
16 | Sample #4 120min A comment from file |
---|
Note: See
TracBrowser
for help on using the repository browser.