aboutsummaryrefslogtreecommitdiffstats
path: root/test/base/songloading.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/base/songloading.cpp')
-rw-r--r--test/base/songloading.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/base/songloading.cpp b/test/base/songloading.cpp
index 94690cc3..03824669 100644
--- a/test/base/songloading.cpp
+++ b/test/base/songloading.cpp
@@ -63,7 +63,7 @@ namespace usdx
Song *song = Songloader::get_instance()->load_header("testdata/testsong_correct.txt");
CPPUNIT_ASSERT( "Test Ă„rtist" == song->get_artist() );
- // FIXIT: unicode length is not counted correctly
+ // FIXIT: unicode length is not counted correctly
// CPPUNIT_ASSERT( 11 == song->get_artist().length() );
CPPUNIT_ASSERT( "Test Title" == song->get_title() );
CPPUNIT_ASSERT( "Test.mp3" == song->get_mp3() );