Mercurial > prosody-hg
diff tests/test.lua @ 1961:3652ef68c361
tests: Add tests for new modulemanager load_modules_for_host code
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Fri, 16 Oct 2009 22:13:54 +0100 |
| parents | 841d61be198f |
| children | 7533549e8ba6 |
line wrap: on
line diff
--- a/tests/test.lua Fri Oct 16 22:12:46 2009 +0100 +++ b/tests/test.lua Fri Oct 16 22:13:54 2009 +0100 @@ -11,6 +11,7 @@ function run_all_tests() dotest "util.jid" dotest "util.multitable" + dotest "core.modulemanager" dotest "core.stanza_router" dotest "core.s2smanager" dotest "core.configmanager"
