subsurface/tests
Jeremie Guichard 5ed93a9d9e Fix "Load/Save to cloudstorage" for non-ASCII user names
On Windows that would fail because stat() doesn't deal well with our
utf8 strings.

Added new subsurface_stat() portability function to replace stat().
Added Windows implementation of subsurface_stat() using wstat(),
with conversion to ut16 of the inputed path.
Other platform implementations (linux, android) make use of the normal stat().

Added non ASCII test case in TestGitStorage::testGitStorageLocal()

Signed-off-by: Jeremie Guichard <djebrest@gmail.com>
2017-02-24 01:10:22 -08:00
..
CMakeLists.txt Use SUBSURFACE_TEST_DATA definition to point to test data dir 2017-02-24 01:10:22 -08:00
testdivesiteduplication.cpp Use SUBSURFACE_TEST_DATA definition to point to test data dir 2017-02-24 01:10:22 -08:00
testdivesiteduplication.h Add test for dive site duplication bug 2015-08-30 10:32:38 -07:00
testgitstorage.cpp Fix "Load/Save to cloudstorage" for non-ASCII user names 2017-02-24 01:10:22 -08:00
testgitstorage.h Make TestGitStorage::testGitStorageLocal parametrizable 2017-02-24 01:10:22 -08:00
testgpscoords.cpp Our tests are actually GUILESS 2017-02-05 14:45:25 -08:00
testgpscoords.h Add test for more GPS coordinates 2015-10-07 17:18:44 +01:00
testmerge.cpp Use SUBSURFACE_TEST_DATA definition to point to test data dir 2017-02-24 01:10:22 -08:00
testmerge.h Simple test case for merging dives 2017-02-21 18:22:56 -08:00
testparse.cpp Use SUBSURFACE_TEST_DATA definition to point to test data dir 2017-02-24 01:10:22 -08:00
testparse.h Add test for merging multiple cylinders 2017-02-09 22:22:12 -08:00
testpicture.cpp Use SUBSURFACE_TEST_DATA definition to point to test data dir 2017-02-24 01:10:22 -08:00
testpicture.h Test for basic image handling 2017-02-21 13:14:56 -08:00
testplan.cpp Fix typo in saturation/desatureation rates 2017-02-19 15:29:40 -08:00
testplan.h TestPlan: Add test for repeating dive 2015-09-22 07:36:37 -07:00
testpreferences.cpp TestPreferences needs GUI environment 2017-02-05 16:10:37 -08:00
testpreferences.h Add the beginning of the Preferences test 2016-08-28 20:01:23 -07:00
testprofile.cpp Our tests are actually GUILESS 2017-02-05 14:45:25 -08:00
testprofile.h Moved code around to make possible to compile the C part alone. 2014-04-17 08:46:29 -07:00
testrenumber.cpp Use SUBSURFACE_TEST_DATA definition to point to test data dir 2017-02-24 01:10:22 -08:00
testrenumber.h Add test for import, merge and renumbering 2015-10-05 16:35:09 +01:00
testunitconversion.cpp Our tests are actually GUILESS 2017-02-05 14:45:25 -08:00
testunitconversion.h First test case implemented. 2014-04-14 11:49:49 -07:00