summaryrefslogtreecommitdiff
path: root/libs/ardour/test/mantis_3356.h
blob: cda9712f903651644c9d827524760008e6383d35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <cppunit/TestFixture.h>
#include <cppunit/extensions/HelperMacros.h>

/** Test for Mantis bug #3356 */
class Mantis3356Test : public CppUnit::TestFixture
{
	CPPUNIT_TEST_SUITE (Mantis3356Test);
	CPPUNIT_TEST (test);
	CPPUNIT_TEST_SUITE_END ();

public:
	void test ();
};