summaryrefslogtreecommitdiffstats
path: root/common/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/test.cpp')
-rw-r--r--common/test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/test.cpp b/common/test.cpp
index 59ad9ec..c7d84cc 100644
--- a/common/test.cpp
+++ b/common/test.cpp
@@ -45,6 +45,7 @@ void Sink::Test::initTest()
45 QDir(QStandardPaths::writableLocation(QStandardPaths::CacheLocation)).removeRecursively(); 45 QDir(QStandardPaths::writableLocation(QStandardPaths::CacheLocation)).removeRecursively();
46 // qDebug() << "Removing " << QStandardPaths::writableLocation(QStandardPaths::GenericCacheLocation); 46 // qDebug() << "Removing " << QStandardPaths::writableLocation(QStandardPaths::GenericCacheLocation);
47 QDir(QStandardPaths::writableLocation(QStandardPaths::GenericCacheLocation)).removeRecursively(); 47 QDir(QStandardPaths::writableLocation(QStandardPaths::GenericCacheLocation)).removeRecursively();
48 Log::setPrimaryComponent("test");
48} 49}
49 50
50void Sink::Test::setTestModeEnabled(bool enabled) 51void Sink::Test::setTestModeEnabled(bool enabled)