summaryrefslogtreecommitdiff
path: root/src/test/testmain.cpp
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-13 15:58:27 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-13 15:58:27 -0300
commit3fc178d3e76d039860cf844d55a1a5c953507b5d (patch)
tree0ebaf312389d660859e015cf3fe168a207f2d590 /src/test/testmain.cpp
parenta9d7da368d15868c9353ac9227907c23b954635d (diff)
downloadplus-3fc178d3e76d039860cf844d55a1a5c953507b5d.tar.gz
plus-3fc178d3e76d039860cf844d55a1a5c953507b5d.tar.bz2
plus-3fc178d3e76d039860cf844d55a1a5c953507b5d.tar.xz
plus-3fc178d3e76d039860cf844d55a1a5c953507b5d.zip
manaversetest -> manaplustest
Diffstat (limited to 'src/test/testmain.cpp')
-rw-r--r--src/test/testmain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/testmain.cpp b/src/test/testmain.cpp
index da38a1a7c..233b2a3f7 100644
--- a/src/test/testmain.cpp
+++ b/src/test/testmain.cpp
@@ -43,7 +43,7 @@ TestMain::TestMain() :
mConfig()
{
fileName = getSelfName();
- log->setLogFile(pathJoin(settings.localDataDir, "manaversetest.log"));
+ log->setLogFile(pathJoin(settings.localDataDir, "manaplustest.log"));
}
TestMain::~TestMain()