aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLukáš Lalinský <lalinsky@gmail.com>2011-04-05 17:08:25 +0200
committerLukáš Lalinský <lalinsky@gmail.com>2011-04-05 17:08:25 +0200
commit8878c9158cc7061c95d0054ab7a024ad9287a1be (patch)
tree82c4fa59985fb3d6757daf0da7d5d26235f6d805 /tests
parent3715b9647779b9956f649e6475af47e7bf2704fb (diff)
Upgrade IPLS (2.3) to TIPL (2.4)
Diffstat (limited to 'tests')
-rw-r--r--tests/test_id3v2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_id3v2.cpp b/tests/test_id3v2.cpp
index 440e4f1e..8b8939b3 100644
--- a/tests/test_id3v2.cpp
+++ b/tests/test_id3v2.cpp
@@ -513,7 +513,7 @@ public:
CPPUNIT_ASSERT(tf);
CPPUNIT_ASSERT_EQUAL(TagLib::uint(1), tf->fieldList().size());
CPPUNIT_ASSERT_EQUAL(String("2012"), tf->fieldList().front());
- tf = dynamic_cast<ID3v2::TextIdentificationFrame *>(bar.ID3v2Tag()->frameList("IPLS").front());
+ tf = dynamic_cast<ID3v2::TextIdentificationFrame *>(bar.ID3v2Tag()->frameList("TIPL").front());
CPPUNIT_ASSERT(tf);
CPPUNIT_ASSERT_EQUAL(TagLib::uint(8), tf->fieldList().size());
CPPUNIT_ASSERT_EQUAL(String("Guitar"), tf->fieldList()[0]);