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 | b3d9c810676d288d193e4dcc3d95456e8a050f0e (patch) | |
tree | 4152cd5b1508984977c83a62823d8dae14e46ec5 | |
parent | ebdebb946d9d2c501c0fe7d76d57798ab60e3ff9 (diff) | |
download | prosody-b3d9c810676d288d193e4dcc3d95456e8a050f0e.tar.gz prosody-b3d9c810676d288d193e4dcc3d95456e8a050f0e.zip |
tests: Fix merge, modulemanager test was removed
-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" |