forked from github/server
Make all tests for Eressea pass again, using the config module.
This commit is contained in:
parent
e8910e5a72
commit
763d134b9f
|
@ -5,12 +5,3 @@ tests = {
|
||||||
srcpath .. '/shared/scripts/tests/common.lua',
|
srcpath .. '/shared/scripts/tests/common.lua',
|
||||||
srcpath .. '/shared/scripts/tests/bson.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)
|
|
||||||
}
|
|
Loading…
Reference in New Issue