merge in Tracks-derived session-end-is-N-seconds beyond last region end, but define...
[ardour.git] / libs / pbd / test / convert_test.h
1 #include <cppunit/TestFixture.h>
2 #include <cppunit/extensions/HelperMacros.h>
3
4 class ConvertTest : public CppUnit::TestFixture
5 {
6         CPPUNIT_TEST_SUITE (ConvertTest);
7         CPPUNIT_TEST (testUrlDecode);
8         CPPUNIT_TEST_SUITE_END ();
9
10 public:
11         void testUrlDecode ();
12
13 };