diff options
author | Matthew Wild <mwild1@gmail.com> | 2009-10-16 22:13:54 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2009-10-16 22:13:54 +0100 |
commit | 8bfd53c8a6522257ecd397491990ab9158eb8b44 (patch) | |
tree | 6943a2606fb9a36e11b4d1b03af1e1f3233abdb2 /tests/test.lua | |
parent | 6c0b6f76fbc3df0a1d80754fd69729de4acfe347 (diff) | |
download | prosody-8bfd53c8a6522257ecd397491990ab9158eb8b44.tar.gz prosody-8bfd53c8a6522257ecd397491990ab9158eb8b44.zip |
tests: Add tests for new modulemanager load_modules_for_host code
Diffstat (limited to 'tests/test.lua')
-rw-r--r-- | tests/test.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test.lua b/tests/test.lua index f5bcb02e..0cec6cba 100644 --- a/tests/test.lua +++ b/tests/test.lua @@ -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" |