mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 06:36:29 +01:00
Add simple test for PBD::find_files_matching_pattern
This helped fix a silly cut and paste error in pbd/file_utils.cc so might as well included it.
This commit is contained in:
parent
b3ab6e79f1
commit
9c16e67b06
2 changed files with 14 additions and 1 deletions
|
|
@ -7,12 +7,13 @@ class FilesystemTest : public CppUnit::TestFixture
|
|||
CPPUNIT_TEST (testPathIsWithin);
|
||||
CPPUNIT_TEST (testCopyFileASCIIFilename);
|
||||
CPPUNIT_TEST (testCopyFileUTF8Filename);
|
||||
CPPUNIT_TEST (testFindFilesMatchingPattern);
|
||||
CPPUNIT_TEST_SUITE_END ();
|
||||
|
||||
public:
|
||||
void testPathIsWithin ();
|
||||
void testCopyFileASCIIFilename ();
|
||||
void testCopyFileUTF8Filename ();
|
||||
|
||||
void testFindFilesMatchingPattern ();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue