diff options
| author | 2017-03-13 21:53:44 +0200 | |
|---|---|---|
| committer | 2017-04-01 08:06:09 -0700 | |
| commit | a0ed0ff8234ce43c84ac4e03cc513037c5bff8eb (patch) | |
| tree | 453469b0057030b7290b6c77e2f083c21ddc2c98 /tests/testparse.h | |
| parent | 1c03cb259e648d68c3e2d38d281128619600bac9 (diff) | |
| download | subsurface-a0ed0ff8234ce43c84ac4e03cc513037c5bff8eb.tar.gz | |
Change parseCSV to support unit and file selection
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Diffstat (limited to 'tests/testparse.h')
| -rw-r--r-- | tests/testparse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testparse.h b/tests/testparse.h index a79ce5a38..ae76c0337 100644 --- a/tests/testparse.h +++ b/tests/testparse.h @@ -11,7 +11,7 @@ private slots: void init(); void cleanup(); - int parseCSV(); + int parseCSV(int, std::string); int parseDivingLog(); int parseV2NoQuestion(); int parseV3(); |