MackieControl: in sends subview, if there are no sends for a vpot, drop the controlla...
[ardour.git] / libs / pbd / test / xml_test.h
1 #include <cppunit/TestFixture.h>
2 #include <cppunit/extensions/HelperMacros.h>
3
4 class XMLTest : public CppUnit::TestFixture
5 {
6         CPPUNIT_TEST_SUITE (XMLTest);
7         CPPUNIT_TEST (testXMLFilenameEncoding);
8         CPPUNIT_TEST_SUITE_END ();
9
10 public:
11         void testXMLFilenameEncoding ();
12 };