aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2011-08-10 17:49:37 -0400
committerMatthew Wild <mwild1@gmail.com>2011-08-10 17:49:37 -0400
commit257fa9dbd0715c3621214bd6cb9c118a2fa1b19b (patch)
tree76e44e84a6e832ced42ddecd589409d21b34a2e9 /tests/test.lua
parent0849d44380369efbbc5efc77897eb658cfb8d418 (diff)
downloadprosody-257fa9dbd0715c3621214bd6cb9c118a2fa1b19b.tar.gz
prosody-257fa9dbd0715c3621214bd6cb9c118a2fa1b19b.zip
tests/test.lua, tests/test_net_http.lua: Tests for net.http's url and form encoding/decoding functions
Diffstat (limited to 'tests/test.lua')
-rw-r--r--tests/test.lua2
1 files changed, 2 insertions, 0 deletions
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"