summaryrefslogtreecommitdiff
path: root/libs/pbd/test/filesystem_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/test/filesystem_test.h')
-rw-r--r--libs/pbd/test/filesystem_test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/pbd/test/filesystem_test.h b/libs/pbd/test/filesystem_test.h
index 180149dd36..c200bb2ba7 100644
--- a/libs/pbd/test/filesystem_test.h
+++ b/libs/pbd/test/filesystem_test.h
@@ -7,6 +7,7 @@ class FilesystemTest : public CppUnit::TestFixture
CPPUNIT_TEST (testPathIsWithin);
CPPUNIT_TEST (testCopyFileASCIIFilename);
CPPUNIT_TEST (testCopyFileUTF8Filename);
+ CPPUNIT_TEST (testOpenFileUTF8Filename);
CPPUNIT_TEST (testFindFilesMatchingPattern);
CPPUNIT_TEST (testClearDirectory);
CPPUNIT_TEST (testRemoveDirectory);
@@ -17,6 +18,7 @@ public:
void testPathIsWithin ();
void testCopyFileASCIIFilename ();
void testCopyFileUTF8Filename ();
+ void testOpenFileUTF8Filename ();
void testFindFilesMatchingPattern ();
void testClearDirectory ();
void testRemoveDirectory ();