mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-06 13:27:40 +01:00
Fix tagreader test compile error with tagparser
This commit is contained in:
parent
e48b7d83a3
commit
10fc6b4562
@ -45,7 +45,9 @@ class TagReaderTest : public ::testing::Test {
|
||||
protected:
|
||||
static void SetUpTestCase() {
|
||||
// Return something from uninteresting mock functions.
|
||||
#if defined(USE_TAGLIB)
|
||||
testing::DefaultValue<TagLib::String>::Set("foobarbaz");
|
||||
#endif
|
||||
}
|
||||
|
||||
static Song ReadSongFromFile(const QString& filename) {
|
||||
|
Loading…
Reference in New Issue
Block a user