aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_opus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_opus.cpp')
-rw-r--r--tests/test_opus.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_opus.cpp b/tests/test_opus.cpp
index cdf77eae..9a49d239 100644
--- a/tests/test_opus.cpp
+++ b/tests/test_opus.cpp
@@ -50,7 +50,6 @@ public:
{
Ogg::Opus::File f(TEST_FILE_PATH_C("correctness_gain_silent_output.opus"));
CPPUNIT_ASSERT(f.audioProperties());
- CPPUNIT_ASSERT_EQUAL(7, f.audioProperties()->length());
CPPUNIT_ASSERT_EQUAL(7, f.audioProperties()->lengthInSeconds());
CPPUNIT_ASSERT_EQUAL(7737, f.audioProperties()->lengthInMilliseconds());
CPPUNIT_ASSERT_EQUAL(36, f.audioProperties()->bitrate());