Add suit field for CSV import

Fixes #853

[Dirk Hohndel: fixed test compile]

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Miika Turkia 2015-04-24 08:39:20 -04:00 committed by Dirk Hohndel
parent 415abeea66
commit c80d1879b7
5 changed files with 22 additions and 7 deletions

View file

@ -15,7 +15,7 @@ void TestParse::testParseCSV()
1, // mm/dd/yyyy
2, // min:sec
0, 1, 2, 3, -1, -1, 4, -1, // Dive #, date, time, duration, maxdepth, avgdepth
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1), 0);
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1), 0);
fprintf(stderr, "number of dives %d \n", dive_table.nr);
}