diff options
author | Kim Alvefur <zash@zash.se> | 2016-01-08 16:20:02 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2016-01-08 16:20:02 +0100 |
commit | 9b4c1c40131ef343f5141242e134b18c45c2f128 (patch) | |
tree | 4152cd5b1508984977c83a62823d8dae14e46ec5 /tests | |
parent | 6b1e54864c661211366d22a41435e5e3d07e71ac (diff) | |
download | prosody-9b4c1c40131ef343f5141242e134b18c45c2f128.tar.gz prosody-9b4c1c40131ef343f5141242e134b18c45c2f128.zip |
tests: Fix merge, modulemanager test was removed
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test.lua b/tests/test.lua index 5d5851e1..1192b7b8 100644 --- a/tests/test.lua +++ b/tests/test.lua @@ -14,7 +14,6 @@ function run_all_tests() dotest "util.multitable" dotest "util.rfc6724" dotest "util.http" - dotest "core.modulemanager" dotest "core.stanza_router" dotest "core.s2smanager" dotest "core.configmanager" |