summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2018-06-08 00:32:53 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2018-06-08 00:32:53 +0200
commitf532587d5c3576dc04d4c6eeee20c5dcdf642244 (patch)
tree5c18e97f86e0d360481fe28b8c78327d1408bf33 /test
parent28022f4bd1cafb1b545cd40b5862a222a5f32773 (diff)
Fix instrumentparser test.
Diffstat (limited to 'test')
-rw-r--r--test/instrumentparsertest.cc2
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);