1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

tests: disable settings.init()

This will remove debug assertion than will prevent any test
from running in debug mode
This commit is contained in:
Konstantin 2023-04-26 00:59:37 +03:00 committed by Konstantin P
parent 2a8f9629ae
commit 15d933d354

View File

@ -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,