From 257fa9dbd0715c3621214bd6cb9c118a2fa1b19b Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Wed, 10 Aug 2011 17:49:37 -0400 Subject: tests/test.lua, tests/test_net_http.lua: Tests for net.http's url and form encoding/decoding functions --- tests/test.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/test.lua') diff --git a/tests/test.lua b/tests/test.lua index ae5b24f0..000c3ee9 100644 --- a/tests/test.lua +++ b/tests/test.lua @@ -9,8 +9,10 @@ function run_all_tests() + package.loaded["net.connlisteners"] = { get = function () return {} end }; dotest "util.jid" dotest "util.multitable" + dotest "net.http" dotest "core.modulemanager" dotest "core.stanza_router" dotest "core.s2smanager" -- cgit v1.2.3