diff options
author | Kim Alvefur <zash@zash.se> | 2016-07-20 17:24:49 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2016-07-20 17:24:49 +0200 |
commit | e740cc41bf5a275b8bd070bfff29bd439bca4be5 (patch) | |
tree | a176ff3c7049ecf6dcdaef5990707bee47d0a62b /tests/test.lua | |
parent | 4f147a612741c20c8eb2783030dabbbf3b30ebc5 (diff) | |
download | prosody-e740cc41bf5a275b8bd070bfff29bd439bca4be5.tar.gz prosody-e740cc41bf5a275b8bd070bfff29bd439bca4be5.zip |
tests: Adapt test for util.queue to the test framework
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 78eb0134..bc33bb76 100644 --- a/tests/test.lua +++ b/tests/test.lua @@ -27,6 +27,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"); |