Fix tagreader test compile error with tagparser

This commit is contained in:
Jonas Kvinge 2021-07-11 19:56:21 +02:00
parent e48b7d83a3
commit 10fc6b4562
1 changed files with 2 additions and 0 deletions

View File

@ -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) {