summaryrefslogtreecommitdiff
path: root/libs/ardour/test/playlist_layering_test.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-01-03 16:05:25 +0000
committerCarl Hetherington <carl@carlh.net>2012-01-03 16:05:25 +0000
commitb6438ed1f60def7a6c673405304b688787dd2ed1 (patch)
tree0ec9e9914948ba6dc91b1de716c399bcd58b65ea /libs/ardour/test/playlist_layering_test.h
parentdd577004459b7810daae2b4ad6741e3a2b858565 (diff)
Add TestNeedingSession and add missing tempo_test.h
git-svn-id: svn://localhost/ardour2/branches/3.0@11140 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/test/playlist_layering_test.h')
-rw-r--r--libs/ardour/test/playlist_layering_test.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/libs/ardour/test/playlist_layering_test.h b/libs/ardour/test/playlist_layering_test.h
index 46285459ca..2200fa8f9f 100644
--- a/libs/ardour/test/playlist_layering_test.h
+++ b/libs/ardour/test/playlist_layering_test.h
@@ -1,13 +1,11 @@
-#include <cppunit/TestFixture.h>
-#include <cppunit/extensions/HelperMacros.h>
+#include "test_needing_session.h"
namespace ARDOUR {
- class Session;
class Playlist;
class Source;
}
-class PlaylistLayeringTest : public CppUnit::TestFixture
+class PlaylistLayeringTest : public TestNeedingSession
{
CPPUNIT_TEST_SUITE (PlaylistLayeringTest);
CPPUNIT_TEST (basicsTest);
@@ -22,7 +20,6 @@ public:
private:
void create_three_short_regions ();
- ARDOUR::Session* _session;
boost::shared_ptr<ARDOUR::Playlist> _playlist;
boost::shared_ptr<ARDOUR::Source> _source;
boost::shared_ptr<ARDOUR::Region> _region[16];