Software /
code /
prosody
Comparison
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 |
comparison
equal
deleted
inserted
replaced
1960:1e674dae31ae | 1961:3652ef68c361 |
---|---|
9 | 9 |
10 | 10 |
11 function run_all_tests() | 11 function run_all_tests() |
12 dotest "util.jid" | 12 dotest "util.jid" |
13 dotest "util.multitable" | 13 dotest "util.multitable" |
14 dotest "core.modulemanager" | |
14 dotest "core.stanza_router" | 15 dotest "core.stanza_router" |
15 dotest "core.s2smanager" | 16 dotest "core.s2smanager" |
16 dotest "core.configmanager" | 17 dotest "core.configmanager" |
17 dotest "util.stanza" | 18 dotest "util.stanza" |
18 | 19 |