Software /
code /
prosody
Diff
tests/test.lua @ 4420:4314eeeed394
util.rfc3484: New util implementing RFC3484 sorting
author | Florian Zeitz <florob@babelmonkeys.de> |
---|---|
date | Sat, 22 Oct 2011 17:59:33 +0200 |
parent | 4339:63304d323983 |
child | 5604:6df0ec991f2e |
child | 6594:fa6eb6fb4a80 |
line wrap: on
line diff
--- a/tests/test.lua Sat Oct 22 17:51:53 2011 +0200 +++ b/tests/test.lua Sat Oct 22 17:59:33 2011 +0200 @@ -12,6 +12,7 @@ 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"