From 1ec8c29f8efc77f728c1f1b733966c6a4dfe9d6e Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 29 Nov 2011 04:57:31 +0100 Subject: code formatting --- test/base/songloading.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/base/songloading.cpp') 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() ); -- cgit v1.2.3