]> git.localhorst.tv Git - blobs.git/commitdiff
use low graphics settings for tests
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 7 Dec 2017 15:34:46 +0000 (16:34 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 7 Dec 2017 15:34:46 +0000 (16:34 +0100)
tst/app/AssetTest.cpp

index bd067d39cf3853527dfe7df38e8e1ef23d66aab9..d6b5a0e8b9899dc59da270c77c32f20fa5ce8472 100644 (file)
@@ -18,7 +18,7 @@ void AssetTest::tearDown() {
 
 
 void AssetTest::testLoadAll() {
-       Init init(true, 8);
+       Init init(false, 1);
        Assets assets;
 
        CPPUNIT_ASSERT_MESSAGE(