13
0
livetrax/libs/pbd/test
Tim Mayberry 9192a2e969 Add test for PBD::canonical_path on Windows using utf8 strings
This currently fails because the windows only realpath implementation in
pbd/pathexpand.cc, which is called from PBD::canonical_path to resolve the path
uses Glib::locale_from/to_utf8. As I demonstrated in the
testOpenFileUTF8Filename test case Glib::locale_from/to_utf8 are not the
correct functions to use for this use case as it converts to/from utf-8 to the
locale's current character encoding.  On Windows this is most often a single
byte encoding such as Windows-1252 and conversion will fail if the path
contains any characters that are not in system codepage.
2016-09-19 14:47:52 +10:00
..
i18n_test
convert_test.cc
convert_test.h
filesystem_test.cc Add test for PBD::canonical_path on Windows using utf8 strings 2016-09-19 14:47:52 +10:00
filesystem_test.h Add test for PBD::canonical_path on Windows using utf8 strings 2016-09-19 14:47:52 +10:00
Makefile
mutex_test.cc
mutex_test.h
natsort_test.cc add a natural sort algorithm 2016-07-14 16:52:43 +02:00
natsort_test.h add a natural sort algorithm 2016-07-14 16:52:43 +02:00
ProtoolsPatchFile.midnam
reallocpool_test.cc missing include for rand() in self-tests 2016-02-23 22:55:17 +01:00
reallocpool_test.h realloc-pool unit-test 2016-02-22 22:06:47 +01:00
RosegardenPatchFile.xml
scalar_properties.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
scalar_properties.h NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
signals_test.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
signals_test.h
test_common.cc allow to run unit-test under wine from srcdir. 2015-09-13 15:30:00 +02:00
test_common.h
testrunner.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
TestSession.ardour
timer_test.cc
timer_test.h
windows_timer_utils_test.cc Give the Windows MMTimer test a better chance of passing 2016-09-19 14:47:52 +10:00
windows_timer_utils_test.h Add windows specific test for pbd/windows_timer_utils.h API 2015-09-16 11:22:16 +10:00
xml_test.cc use quotes for in-tree pbd/glib wrapper include 2015-10-05 22:15:18 +02:00
xml_test.h Add unit test to check that libxml2 expects utf-8 encoded file paths on Windows 2015-07-25 23:14:50 +10:00
xpath.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
xpath.h