summaryrefslogtreecommitdiff
path: root/libs/ardour/test/playlist_layering_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-12-27 00:57:20 +0000
committerCarl Hetherington <carl@carlh.net>2011-12-27 00:57:20 +0000
commit0082e3364f7682ff41df52305cfff2cf7a861ef3 (patch)
tree0619785dd79cdcc25bef4dc2d8f4b9510e2315eb /libs/ardour/test/playlist_layering_test.cc
parentdfc307801307f21d1db5db2395bce5cb1bc95c84 (diff)
Remove some wrongly commited stuff. Sorry\!
git-svn-id: svn://localhost/ardour2/branches/3.0@11087 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/test/playlist_layering_test.cc')
-rw-r--r--libs/ardour/test/playlist_layering_test.cc10
1 files changed, 2 insertions, 8 deletions
diff --git a/libs/ardour/test/playlist_layering_test.cc b/libs/ardour/test/playlist_layering_test.cc
index 05c44f5625..1371b0cfae 100644
--- a/libs/ardour/test/playlist_layering_test.cc
+++ b/libs/ardour/test/playlist_layering_test.cc
@@ -68,17 +68,11 @@ PlaylistLayeringTest::setUp ()
test_receiver.listen_to (fatal);
test_receiver.listen_to (warning);
- AudioEngine* engine = 0;
- try {
- engine = new AudioEngine ("test", "");
- } catch (...) {
- CPPUNIT_ASSERT (false);
- }
-
+ AudioEngine* engine = new AudioEngine ("test", "");
MIDI::Manager::create (engine->jack ());
CPPUNIT_ASSERT (engine->start () == 0);
- _session = new Session (*engine, test_session_path, "playlist_layering_test", 0, "", false);
+ _session = new Session (*engine, test_session_path, "playlist_layering_test");
engine->set_session (_session);
_playlist = PlaylistFactory::create (DataType::AUDIO, *_session, "test");