diff options
author | Matthew Wild <mwild1@gmail.com> | 2011-08-10 17:49:37 -0400 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2011-08-10 17:49:37 -0400 |
commit | bc2d1fe944f50bf73730aaff0e682a50c8223236 (patch) | |
tree | 76e44e84a6e832ced42ddecd589409d21b34a2e9 /tests/test.lua | |
parent | fad05ab1c7d6e083c379ce010e931279c64d023c (diff) | |
download | prosody-bc2d1fe944f50bf73730aaff0e682a50c8223236.tar.gz prosody-bc2d1fe944f50bf73730aaff0e682a50c8223236.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.lua | 2 |
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" |