From e095c7d87d36632f059536260ea8c629e9f1dfbe Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 6 Jul 2021 17:19:58 +0200 Subject: [PATCH] Fix check for comment of Matroska test file --- tests/overallmkv.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/overallmkv.cpp b/tests/overallmkv.cpp index a9ffc11..23a0a97 100644 --- a/tests/overallmkv.cpp +++ b/tests/overallmkv.cpp @@ -345,8 +345,8 @@ void OverallTests::checkMkvTestfile7() CPPUNIT_ASSERT_EQUAL(1_st, tags.size()); CPPUNIT_ASSERT_EQUAL("Big Buck Bunny - test 7"s, tags.front()->value(KnownField::Title).toString()); CPPUNIT_ASSERT_EQUAL(TagValue(), tags.front()->value(KnownField::Artist)); - CPPUNIT_ASSERT_EQUAL( - "Matroska Validation File 7, junk elements are present at the beginning or end of clusters, the parser should skip it. There is also a damaged element at 451418"s, + CPPUNIT_ASSERT_EQUAL( // note: Typo "beggining" is present in `test7.mkv` from https://matroska.org/downloads/test_suite.html, do not fix it. + "Matroska Validation File 7, junk elements are present at the beggining or end of clusters, the parser should skip it. There is also a damaged element at 451418"s, tags.front()->value(KnownField::Comment).toString()); break; case TagStatus::TestMetaDataPresent: