diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-06-08 00:32:53 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-06-08 00:32:53 +0200 |
commit | f532587d5c3576dc04d4c6eeee20c5dcdf642244 (patch) | |
tree | 5c18e97f86e0d360481fe28b8c78327d1408bf33 | |
parent | 28022f4bd1cafb1b545cd40b5862a222a5f32773 (diff) |
Fix instrumentparser test.
-rw-r--r-- | test/instrumentparsertest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/instrumentparsertest.cc b/test/instrumentparsertest.cc index 8b4c18b..44011e1 100644 --- a/test/instrumentparsertest.cc +++ b/test/instrumentparsertest.cc @@ -70,7 +70,7 @@ public: " </samples>\n" \ "</instrument>"); Instrument instrument(settings, rand); - InstrumentParser parser(instrument); + InstrumentParser parser(instrument, settings); CPPUNIT_ASSERT_EQUAL(0, parser.parseFile(scoped_file.filename())); CPPUNIT_ASSERT_EQUAL(std::string(""), instrument._group); |