From 4608cae0351df026900be5301a26f7e833d4449c Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sat, 16 Jan 2010 18:50:50 +0100 Subject: removed encoding issue --- test/base/songloading.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/base/songloading.cpp b/test/base/songloading.cpp index 1dbd3e27..3119d0c4 100644 --- a/test/base/songloading.cpp +++ b/test/base/songloading.cpp @@ -49,7 +49,7 @@ namespace usdx { Song *song = Songloader::get_instance()->load_header("testdata/testsong_correct.txt"); - CPPUNIT_ASSERT( "Test Ärtist" == song->get_artist() ); + CPPUNIT_ASSERT( "Test Ärtist" == song->get_artist() ); CPPUNIT_ASSERT( "Test Title" == song->get_title() ); CPPUNIT_ASSERT( "Test.mp3" == song->get_mp3() ); // TODO bpm array -- cgit v1.2.3