From 15d933d354eb2523d511117fb330a9e08ae23632 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Wed, 26 Apr 2023 00:59:37 +0300 Subject: [PATCH] tests: disable settings.init() This will remove debug assertion than will prevent any test from running in debug mode --- test/CVcmiTestConfig.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/CVcmiTestConfig.cpp b/test/CVcmiTestConfig.cpp index 58d83339b..091436a77 100644 --- a/test/CVcmiTestConfig.cpp +++ b/test/CVcmiTestConfig.cpp @@ -25,7 +25,6 @@ void CVcmiTestConfig::SetUp() { console = new CConsoleHandler(); preinitDLL(console, true); - settings.init(); loadDLLClasses(true); /* TEST_DATA_DIR may be wrong, if yes below test don't run,