Software /
code /
prosody
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 |
parent | 1523:841d61be198f |
child | 1963: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"