diff options
author | Florian Zeitz <florob@babelmonkeys.de> | 2011-10-22 17:59:33 +0200 |
---|---|---|
committer | Florian Zeitz <florob@babelmonkeys.de> | 2011-10-22 17:59:33 +0200 |
commit | 78ccb156e89bfce17932052ece3f580d9b2ca8f5 (patch) | |
tree | d7631510f51cf66f701d0d75253c1eed050bcf2f /tests/test.lua | |
parent | f0cd412842b1f7ba7ed7355ee0d82548d47877d0 (diff) | |
download | prosody-78ccb156e89bfce17932052ece3f580d9b2ca8f5.tar.gz prosody-78ccb156e89bfce17932052ece3f580d9b2ca8f5.zip |
util.rfc3484: New util implementing RFC3484 sorting
Diffstat (limited to 'tests/test.lua')
-rw-r--r-- | tests/test.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test.lua b/tests/test.lua index 000c3ee9..db727ce1 100644 --- a/tests/test.lua +++ b/tests/test.lua @@ -12,6 +12,7 @@ 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" |