Diff

tests/test.lua @ 7507:11e8c605a591

tests: Adapt test for util.queue to the test framework
author Kim Alvefur <zash@zash.se>
date Wed, 20 Jul 2016 17:24:49 +0200
parent 7493:f67b7509ee28
child 7510:8a0a50e8ef2d
line wrap: on
line diff
--- a/tests/test.lua	Thu Jul 14 18:59:19 2016 +0800
+++ b/tests/test.lua	Wed Jul 20 17:24:49 2016 +0200
@@ -27,6 +27,7 @@
 	dotest "util.random"
 	dotest "util.xml"
 	dotest "util.xmppstream"
+	dotest "util.queue"
 	dotest "net.http.parser"
 
 	dosingletest("test_sasl.lua", "latin1toutf8");