Mercurial > prosody-hg
comparison tests/test.lua @ 4339:63304d323983
tests/test.lua, tests/test_net_http.lua: Tests for net.http's url and form encoding/decoding functions
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Wed, 10 Aug 2011 17:49:37 -0400 |
| parents | bc139431830b |
| children | 4314eeeed394 |
comparison
equal
deleted
inserted
replaced
| 4338:5d5d6c6d121a | 4339:63304d323983 |
|---|---|
| 7 -- | 7 -- |
| 8 | 8 |
| 9 | 9 |
| 10 | 10 |
| 11 function run_all_tests() | 11 function run_all_tests() |
| 12 package.loaded["net.connlisteners"] = { get = function () return {} end }; | |
| 12 dotest "util.jid" | 13 dotest "util.jid" |
| 13 dotest "util.multitable" | 14 dotest "util.multitable" |
| 15 dotest "net.http" | |
| 14 dotest "core.modulemanager" | 16 dotest "core.modulemanager" |
| 15 dotest "core.stanza_router" | 17 dotest "core.stanza_router" |
| 16 dotest "core.s2smanager" | 18 dotest "core.s2smanager" |
| 17 dotest "core.configmanager" | 19 dotest "core.configmanager" |
| 18 dotest "util.stanza" | 20 dotest "util.stanza" |
