aboutsummaryrefslogtreecommitdiffstats
path: root/test/base
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2010-04-04 13:41:32 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2013-01-05 17:17:47 +0100
commitd8e80ce96801510fde0a256d92dc5fac8adfe22c (patch)
treee167e1e4dcbccab111327b4748ef5140640852f6 /test/base
parent1feb5dd5ceb44e2647abc52a13d05f62bf4c903c (diff)
downloadusdx-d8e80ce96801510fde0a256d92dc5fac8adfe22c.tar.gz
usdx-d8e80ce96801510fde0a256d92dc5fac8adfe22c.tar.xz
usdx-d8e80ce96801510fde0a256d92dc5fac8adfe22c.zip
renamed Song::cover to Song::cover_file and added Texture* Song::cover
Diffstat (limited to 'test/base')
-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 5be46fe6..1f5d2350 100644
--- a/test/base/songloading.cpp
+++ b/test/base/songloading.cpp
@@ -71,7 +71,7 @@ namespace usdx
CPPUNIT_ASSERT( 42.23f == song->get_bpm(10) );
CPPUNIT_ASSERT( 10 == song->get_gap() );
CPPUNIT_ASSERT( L"Test[BG].jpg" == song->get_background() );
- CPPUNIT_ASSERT( L"Test[CO].jpg" == song->get_cover() );
+ CPPUNIT_ASSERT( L"Test[CO].jpg" == song->get_cover_file() );
CPPUNIT_ASSERT( L"Test Genre" == song->get_genre() );
CPPUNIT_ASSERT( false == song->get_relative() );
CPPUNIT_ASSERT( L"Cpp" == song->get_language() );