From 1717c587b9c5b0d6897e69cb8904ca6501aba35a Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Thu, 7 Dec 2017 16:34:46 +0100 Subject: [PATCH] use low graphics settings for tests --- tst/app/AssetTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tst/app/AssetTest.cpp b/tst/app/AssetTest.cpp index bd067d3..d6b5a0e 100644 --- a/tst/app/AssetTest.cpp +++ b/tst/app/AssetTest.cpp @@ -18,7 +18,7 @@ void AssetTest::tearDown() { void AssetTest::testLoadAll() { - Init init(true, 8); + Init init(false, 1); Assets assets; CPPUNIT_ASSERT_MESSAGE( -- 2.39.2