summaryrefslogtreecommitdiffstats
path: root/tests/testparse.cpp
AgeCommit message (Expand)Author
2019-08-08Cleanup: move error reporting function declarations to errorhelper.hGravatar Berthold Stoeger
2019-06-19Cleanup: move trip-related functions into own translation unitGravatar Berthold Stoeger
2019-04-12Dive sites: prepare for dive site ref-countingGravatar Berthold Stoeger
2019-04-12Parser: parse into custom dive site tableGravatar Berthold Stoeger
2019-04-12Dive site: add dive site table parameter to dive site functionsGravatar Berthold Stoeger
2019-01-09Parser: add trip_table parameter to parsing functionsGravatar Berthold Stoeger
2018-09-28Parser: parse text-based files into arbitrary tableGravatar Berthold Stoeger
2018-09-28Cleanup: remove redundant prototypes from dive.hGravatar Berthold Stoeger
2018-09-13Optional anonymization upon exportGravatar Robert C. Helling
2018-08-23Parse: pass dive_table argument to parse_file()Gravatar Berthold Stoeger
2018-07-26Whitespace cleanup testsGravatar Dirk Hohndel
2018-05-14Core: introduce new subsurface-string headerGravatar Dirk Hohndel
2018-04-19CSV import: fix setpoint (typo)Gravatar Miika Turkia
2018-03-19CSV import/export: Sort parameter list and add commentGravatar Stefan Fuchs
2018-01-08Parameter size needs to be increased for testGravatar Miika Turkia
2018-01-08Update DL7 tests to current importGravatar Miika Turkia
2018-01-08Compare DL7 import to saved conversionGravatar Miika Turkia
2018-01-08Add test for DL7 importGravatar Miika Turkia
2017-11-27Refactore parse-xml.c into parse.c and parse-xml.cGravatar Miika Turkia
2017-11-27Add test for DM5 importGravatar Miika Turkia
2017-05-27Fix some warningsGravatar Dirk Hohndel
2017-05-12Test case for CSV profile export to imperial and backGravatar Miika Turkia
2017-05-07Merge branch 'seabear-refactor'Gravatar Dirk Hohndel
2017-05-07Change test case to use new Seabear parsing functionGravatar Miika Turkia
2017-05-07Move intdup to qthelperGravatar Miika Turkia
2017-05-06Enable test mode in UDDF export testGravatar Miika Turkia
2017-05-06Add UDDF export-import testGravatar Miika Turkia
2017-05-06Fix memory leakGravatar Miika Turkia
2017-04-29Add SPDX header to testsGravatar Dirk Hohndel
2017-04-01Cleanup for CSV testingGravatar Miika Turkia
2017-04-01Enable CSV import-export unit conversion testGravatar Miika Turkia
2017-04-01Export-import test for manual CSVGravatar Miika Turkia
2017-04-01Change parseCSV to support unit and file selectionGravatar Miika Turkia
2017-03-04Rework TestParse to make tests independent from each otherGravatar Jeremie Guichard
2017-03-04Use proper order in QCOMPARE argumentsGravatar Jeremie Guichard
2017-02-25Fix trailing '\r' test failure on WindowsGravatar Jeremie Guichard
2017-02-24Use SUBSURFACE_TEST_DATA definition to point to test data dirGravatar Jeremie Guichard
2017-02-09Add test for merging multiple cylindersGravatar Dirk Hohndel
2017-02-09Reenable all of TestParseGravatar Dirk Hohndel
2017-02-09Fix dive number comparison for Seabear import testsGravatar Miika Turkia
2017-02-09Add numberField parameter for parse testingGravatar Miika Turkia
2017-02-09Fix typo on parse testingGravatar Miika Turkia
2017-02-06TestParse: disable failing testsGravatar Dirk Hohndel
2017-02-06TestParse: prevent crashesGravatar Dirk Hohndel
2017-02-05TestParse: make sure we get one dive from SeabearHUDCGravatar Dirk Hohndel
2017-02-05Our tests are actually GUILESSGravatar Anton Lundin
2016-12-27Test line-by-line for equality on TestGravatar Tomaz Canabrava
2016-12-27Correctly open the resource fileGravatar Tomaz Canabrava
2016-04-05Fix compilation with the new folder architectureGravatar Tomaz Canabrava
2016-03-09Silence warnings in testparse.cppGravatar Dirk Hohndel