summaryrefslogtreecommitdiff
path: root/libs/pbd/test/filesystem_test.h
AgeCommit message (Collapse)Author
2015-09-17Add test to libpbd to check PBD::touch_file and pbd/gstdio_compat.hTim Mayberry
GStatBuf is not usable on 32 bit Windows without the redefinition in pbd/gstdio_compat.h so add a test to check for the correct behavior of g_stat and g_utime on all platforms now that the issue is fixed.
2015-07-25Add unit test to assert that using locale_from_utf8/::open will fail for ↵Tim Mayberry
some file paths on Windows
2014-12-03Fix running libpbd unit tests when $TOP(in test scripts) is set as relative pathTim Mayberry
Add test for PBD::canonical_path that was used to track down silly mistake in test code
2014-06-25Add unit tests for PBD::clear_directory and PBD::remove_directoryTim Mayberry
2014-06-25Add simple test for PBD::find_files_matching_patternTim Mayberry
This helped fix a silly cut and paste error in pbd/file_utils.cc so might as well included it.
2014-06-25Add a test for PBD::copy_file using test files with utf-8 encoded filenamesTim Mayberry
2014-06-25Add test for PBD::copy_fileTim Mayberry
From this I can see that PBD::copy_file is not working correctly on windows as it is adding windows style line endings. Adding O_BINARY to ::open flags would fix it, but perhaps there is a better way...
2012-05-28Missing files.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@12469 d708f5d6-7413-0410-9779-e7cbd77b26cf