aboutsummaryrefslogtreecommitdiffstats
path: root/test/base/songloading.cpp
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2011-11-29 04:57:31 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2013-01-05 17:17:50 +0100
commit1ec8c29f8efc77f728c1f1b733966c6a4dfe9d6e (patch)
treed39cbce23ccf93a1a837a8ef35c1f8b9dbbd4c1e /test/base/songloading.cpp
parent3b9521f234fd2c301d00030e779252cc2e51db99 (diff)
downloadusdx-1ec8c29f8efc77f728c1f1b733966c6a4dfe9d6e.tar.gz
usdx-1ec8c29f8efc77f728c1f1b733966c6a4dfe9d6e.tar.xz
usdx-1ec8c29f8efc77f728c1f1b733966c6a4dfe9d6e.zip
code formatting
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() );