From 8b02c540fd1fbc25caaa09058d380282d0ff68f4 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Tue, 25 Apr 2017 13:27:13 +0200 Subject: [PATCH] re-enable accidentally disabled tests --- scripts/tests/e3/init.lua | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/scripts/tests/e3/init.lua b/scripts/tests/e3/init.lua index 7206c80c4..6094d0a25 100644 --- a/scripts/tests/e3/init.lua +++ b/scripts/tests/e3/init.lua @@ -1,15 +1,15 @@ --- require 'tests.e3.castles' --- require 'tests.e3.stealth' --- require 'tests.e3.spells' +require 'tests.e3.castles' +require 'tests.e3.stealth' +require 'tests.e3.spells' require 'tests.e3.rules' --- require 'tests.e3.parser' --- require 'tests.e3.morale' --- require 'tests.e3.items' --- require 'tests.economy' --- require 'tests.orders' --- require 'tests.common' --- require 'tests.items' --- require 'tests.magicbag' --- require 'tests.process' --- require 'tests.e3.production' --- require 'tests.production' +require 'tests.e3.parser' +require 'tests.e3.morale' +require 'tests.e3.items' +require 'tests.economy' +require 'tests.orders' +require 'tests.common' +require 'tests.items' +require 'tests.magicbag' +require 'tests.process' +require 'tests.e3.production' +require 'tests.production'