diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-10-10 19:04:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-10-10 19:04:41 +0100 |
| commit | 28a30565e9820714a7b2715622e14731e9fc0334 (patch) | |
| tree | 77f59733be2946f7934ec6867dbe19571f7af6d0 /test | |
| parent | f74851dbdee6ceb1cfb103679279f54334d1af15 (diff) | |
Fix stream ID for tests.
Diffstat (limited to 'test')
| -rw-r--r-- | test/time_calculation_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/time_calculation_test.cc b/test/time_calculation_test.cc index 4524242d9..97b074172 100644 --- a/test/time_calculation_test.cc +++ b/test/time_calculation_test.cc @@ -87,7 +87,7 @@ static string const xml = "<Content>" "<AudioStream>" "<Selected>1</Selected>" "<Name>und; 2 channels</Name>" - "<Id>2</Id>" + "<Id>1</Id>" "<FrameRate>44100</FrameRate>" "<Length>44100</Length>" "<Channels>2</Channels>" |
