From cf9bf54a95f6fd29c307d4e889a8a59f68325d7e Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sat, 26 Feb 2011 23:21:12 -0800 Subject: [PATCH] spells.lua is a bad file for example and meropis, it tests things that not every game has. lua_pushinteger() must be new, I've never used it before. all tests in meropis and example pass. --- scripts/example/modules.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/example/modules.lua b/scripts/example/modules.lua index f6f1ae831..9d62abb01 100644 --- a/scripts/example/modules.lua +++ b/scripts/example/modules.lua @@ -3,6 +3,5 @@ require "example.rules" local srcpath = config.source_dir tests = { srcpath .. '/shared/scripts/tests/common.lua', - srcpath .. '/shared/scripts/tests/spells.lua', srcpath .. '/shared/scripts/tests/bson.lua', }