diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-14 17:00:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-14 17:00:24 +0300 |
commit | 92b448fa3bcc2057552410a69c88c1683c6edba8 (patch) | |
tree | 1ac4f54f2e8e5296df85d51dffe8de8ecbb2c37d | |
parent | 2f020391033422e7a580c6edcf9e4729d7690954 (diff) | |
download | plus-92b448fa3bcc2057552410a69c88c1683c6edba8.tar.gz plus-92b448fa3bcc2057552410a69c88c1683c6edba8.tar.bz2 plus-92b448fa3bcc2057552410a69c88c1683c6edba8.tar.xz plus-92b448fa3bcc2057552410a69c88c1683c6edba8.zip |
Fix unit tests.
-rw-r--r-- | src/resources/dye/dyepalette_unittest.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/dye/dyepalette_unittest.cc b/src/resources/dye/dyepalette_unittest.cc index 402736bb3..5654a4a08 100644 --- a/src/resources/dye/dyepalette_unittest.cc +++ b/src/resources/dye/dyepalette_unittest.cc @@ -21,6 +21,7 @@ #include "catch.hpp" #include "client.h" +#include "configuration.h" #include "logger.h" #include "resources/resourcemanager.h" @@ -53,6 +54,7 @@ TEST_CASE("DyePalette tests") imageHelper = new SDLImageHelper(); SDL_SetVideoMode(640, 480, 0, SDL_ANYFORMAT | SDL_SWSURFACE); + paths.setDefaultValues(getPathsDefaults()); PaletteDB::load(); SECTION("simple test 1") |