diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-09-12 18:47:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-09-12 18:47:07 +0300 |
commit | d88285ef4d2b624a0c6a8ef5c2e157ed0248838e (patch) | |
tree | 21c77124f72c023590f0d1b0426eb9357305201e /src/unittests/resources/sdlimagehelper.cc | |
parent | 429a545dbd5d0fa992394cf7f4c83d5e972a14b2 (diff) | |
download | mv-d88285ef4d2b624a0c6a8ef5c2e157ed0248838e.tar.gz mv-d88285ef4d2b624a0c6a8ef5c2e157ed0248838e.tar.bz2 mv-d88285ef4d2b624a0c6a8ef5c2e157ed0248838e.tar.xz mv-d88285ef4d2b624a0c6a8ef5c2e157ed0248838e.zip |
Create logger in unit tests before other code.
This need because now sdl may raise error or assert almost at start.
Diffstat (limited to 'src/unittests/resources/sdlimagehelper.cc')
-rw-r--r-- | src/unittests/resources/sdlimagehelper.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/unittests/resources/sdlimagehelper.cc b/src/unittests/resources/sdlimagehelper.cc index e76e6f26d..1208a5ef2 100644 --- a/src/unittests/resources/sdlimagehelper.cc +++ b/src/unittests/resources/sdlimagehelper.cc @@ -75,7 +75,6 @@ TEST_CASE("sdlimagehelper combineSurface", "") setEnv("SDL_VIDEODRIVER", "dummy"); client = new Client; - logger = new Logger(); VirtFs::mountDirSilent("data", Append_false); VirtFs::mountDirSilent("../data", Append_false); @@ -553,7 +552,6 @@ TEST_CASE("sdlimagehelper combineSurface", "") delete2(client); VirtFs::unmountDirSilent("data"); VirtFs::unmountDirSilent("../data"); - delete2(logger); } #endif // SDL_BYTEORDER == SDL_LIL_ENDIAN |