aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_translate_song.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_translate_song.cxx')
-rw-r--r--test/test_translate_song.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_translate_song.cxx b/test/test_translate_song.cxx
index 9e627d170..b6be581e4 100644
--- a/test/test_translate_song.cxx
+++ b/test/test_translate_song.cxx
@@ -121,9 +121,9 @@ DatabaseDetachSong(gcc_unused const Database &db,
}
bool
-DetachedSong::Update()
+DetachedSong::LoadFile(Path path)
{
- if (strcmp(GetURI(), uri1) == 0) {
+ if (path.ToUTF8() == uri1) {
SetTag(MakeTag1a());
return true;
}