mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Missing file.
git-svn-id: svn://localhost/ardour2/branches/3.0@11779 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e960ebeebb
commit
47faebb367
1 changed files with 13 additions and 0 deletions
13
libs/pbd/test/convert_test.h
Normal file
13
libs/pbd/test/convert_test.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#include <cppunit/TestFixture.h>
|
||||
#include <cppunit/extensions/HelperMacros.h>
|
||||
|
||||
class ConvertTest : public CppUnit::TestFixture
|
||||
{
|
||||
CPPUNIT_TEST_SUITE (ConvertTest);
|
||||
CPPUNIT_TEST (testUrlDecode);
|
||||
CPPUNIT_TEST_SUITE_END ();
|
||||
|
||||
public:
|
||||
void testUrlDecode ();
|
||||
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue