summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.cc b/test/test.cc
index 89a56872b..f8f51ddf5 100644
--- a/test/test.cc
+++ b/test/test.cc
@@ -520,7 +520,7 @@ BOOST_AUTO_TEST_CASE (job_manager_test)
BOOST_AUTO_TEST_CASE (stream_test)
{
- AudioStream a ("4 44100 1 hello there world");
+ AudioStream a ("4 44100 1 hello there world", boost::optional<int> (1));
BOOST_CHECK_EQUAL (a.id(), 4);
BOOST_CHECK_EQUAL (a.sample_rate(), 44100);
BOOST_CHECK_EQUAL (a.channel_layout(), 1);