Make all tests for Eressea pass again, using the config module.

This commit is contained in:
Enno Rehling 2011-03-06 21:49:01 -08:00
parent e8910e5a72
commit 763d134b9f
1 changed files with 0 additions and 9 deletions

View File

@ -5,12 +5,3 @@ tests = {
srcpath .. '/shared/scripts/tests/common.lua',
srcpath .. '/shared/scripts/tests/bson.lua',
}
-- variables used in testsuite
test = {
swordmakeskill = 3 -- weaponsmithing skill for swords
,swordiron = 1 -- iron per sword
,horsecapacity = 2000 -- carrying capacity of horses (minus weight)
,cartcapacity = 10000 -- carrying capacity of carts (minus weight)
,shipname = "boat" -- some ship name (any name)
}