tools/ejabberdsql2prosody: Skip invalid XML in data, and print out errors.
[prosody.git] / tests / test.lua
index ae5b24f03cb6b17e8d761ef16313b3dd5ac83dda..db727ce157739265964312557af7ce937af5c19f 100644 (file)
@@ -9,8 +9,11 @@
 
 
 function run_all_tests()
+       package.loaded["net.connlisteners"] = { get = function () return {} end };
        dotest "util.jid"
        dotest "util.multitable"
+       dotest "util.rfc3484"
+       dotest "net.http"
        dotest "core.modulemanager"
        dotest "core.stanza_router"
        dotest "core.s2smanager"