summaryrefslogtreecommitdiff
path: root/src/unittests/resources/map/maplayer/draw.cc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-31 18:23:58 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-31 18:23:58 +0300
commitc53f473bcbebbe30fc0d310c77b122e140d3f757 (patch)
tree2b62b93da5f3101df29d2584866165d575b693a4 /src/unittests/resources/map/maplayer/draw.cc
parenteb082b22760c35e62a5fd2faf8fbc743ad57ea8e (diff)
downloadplus-c53f473bcbebbe30fc0d310c77b122e140d3f757.tar.gz
plus-c53f473bcbebbe30fc0d310c77b122e140d3f757.tar.bz2
plus-c53f473bcbebbe30fc0d310c77b122e140d3f757.tar.xz
plus-c53f473bcbebbe30fc0d310c77b122e140d3f757.zip
Fix some unit tests.
Diffstat (limited to 'src/unittests/resources/map/maplayer/draw.cc')
-rw-r--r--src/unittests/resources/map/maplayer/draw.cc12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/unittests/resources/map/maplayer/draw.cc b/src/unittests/resources/map/maplayer/draw.cc
index e7410e22e..ac7fba9b7 100644
--- a/src/unittests/resources/map/maplayer/draw.cc
+++ b/src/unittests/resources/map/maplayer/draw.cc
@@ -20,8 +20,13 @@
#include "unittests/unittests.h"
+#include "configmanager.h"
+#include "dirs.h"
+
#include "unittests/render/mockgraphics.h"
+#include "utils/delete2.h"
+
#include "resources/image/image.h"
#include "resources/map/map.h"
@@ -31,6 +36,13 @@
TEST_CASE("MapLayer draw", "")
{
+ logger = new Logger;
+
+ Dirs::initRootDir();
+ Dirs::initHomeDir();
+
+ ConfigManager::initConfiguration();
+
Image *const img1 = new Image(32, 32);
Image *const img2 = new Image(32, 32);
Image *const img3 = new Image(32, 32);