diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2015-04-24 08:39:20 -0400 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-04-24 06:50:50 -0700 |
commit | c80d1879b75716b47b1d6fb34fc385a08a43e420 (patch) | |
tree | e9d3a091aff9299dbbccdc98b4df5de1b17bc224 /tests/testparse.cpp | |
parent | 415abeea66d180da05bdb5ad31439d6f937d7168 (diff) | |
download | subsurface-c80d1879b75716b47b1d6fb34fc385a08a43e420.tar.gz |
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>
Diffstat (limited to 'tests/testparse.cpp')
-rw-r--r-- | tests/testparse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testparse.cpp b/tests/testparse.cpp index 818827bca..0257614cb 100644 --- a/tests/testparse.cpp +++ b/tests/testparse.cpp @@ -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); } |