aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_s3m.cpp
diff options
context:
space:
mode:
authorMathias Panzenböck <grosser.meister.morti@gmx.net>2011-06-24 01:11:10 +0200
committerMathias Panzenböck <grosser.meister.morti@gmx.net>2011-06-24 01:11:10 +0200
commit9c27c45eb83453d8529bc139ed70647d6fffa624 (patch)
treec87864f04a63b495194e55c0a444da6cced536be /tests/test_s3m.cpp
parente71806b6dff3ce8ad6b6e09417793042bd170cab (diff)
IT: strings require term. NUL. mod files: tableLength -> lengthInPatterns
Also added enums for S3M/IT/XM flags.
Diffstat (limited to 'tests/test_s3m.cpp')
-rw-r--r--tests/test_s3m.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_s3m.cpp b/tests/test_s3m.cpp
index efc9745c..e2566626 100644
--- a/tests/test_s3m.cpp
+++ b/tests/test_s3m.cpp
@@ -98,7 +98,7 @@ private:
CPPUNIT_ASSERT_EQUAL( 0, p->bitrate());
CPPUNIT_ASSERT_EQUAL( 0, p->sampleRate());
CPPUNIT_ASSERT_EQUAL(16, p->channels());
- CPPUNIT_ASSERT_EQUAL((TagLib::ushort) 0, p->tableLength());
+ CPPUNIT_ASSERT_EQUAL((TagLib::ushort) 0, p->lengthInPatterns());
CPPUNIT_ASSERT_EQUAL(false, p->stereo());
CPPUNIT_ASSERT_EQUAL((TagLib::ushort) 5, p->sampleCount());
CPPUNIT_ASSERT_EQUAL((TagLib::ushort) 1, p->patternCount());