diff options
author | Matthew Wild <mwild1@gmail.com> | 2016-07-21 12:24:18 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2016-07-21 12:24:18 +0100 |
commit | e8c53c5d209281433aedfd5b3d70e10b06d1dac5 (patch) | |
tree | 538e92b2e399e53ecf4d4a703ffbd5e4dc40289f /tests/test.lua | |
parent | a032f228b6a74aa0939de7085c49c1ee163e5a14 (diff) | |
parent | 1659995fb562c786705ae4f34e94813b0874b2b7 (diff) | |
download | prosody-e8c53c5d209281433aedfd5b3d70e10b06d1dac5.tar.gz prosody-e8c53c5d209281433aedfd5b3d70e10b06d1dac5.zip |
Merge 0.10->trunk
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 d6aa3b31..ab029cc4 100644 --- a/tests/test.lua +++ b/tests/test.lua @@ -28,6 +28,7 @@ function run_all_tests() dotest "util.random" dotest "util.xml" dotest "util.xmppstream" + dotest "util.queue" dotest "net.http.parser" dosingletest("test_sasl.lua", "latin1toutf8"); |