mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
unit-test: set instance name to pre-configure dummy engine
This commit is contained in:
parent
d6df63ed91
commit
d84bc9123f
2 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ AudioEngineTest::test_start ()
|
|||
|
||||
CPPUNIT_ASSERT (AudioEngine::instance ());
|
||||
|
||||
boost::shared_ptr<AudioBackend> backend = engine->set_backend ("None (Dummy)", "", "");
|
||||
boost::shared_ptr<AudioBackend> backend = engine->set_backend ("None (Dummy)", "Unit-Test", "");
|
||||
|
||||
CPPUNIT_ASSERT (backend);
|
||||
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@ create_and_start_dummy_backend ()
|
|||
|
||||
CPPUNIT_ASSERT (AudioEngine::instance ());
|
||||
CPPUNIT_ASSERT (engine);
|
||||
CPPUNIT_ASSERT (engine->set_backend ("None (Dummy)", "", ""));
|
||||
CPPUNIT_ASSERT (engine->set_backend ("None (Dummy)", "Unit-Test", ""));
|
||||
|
||||
init_post_engine ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue