Diff

tests/test.lua @ 7024:8ce592e376ff

tests: Add small test for util.throttle
author Kim Alvefur <zash@zash.se>
date Wed, 23 Dec 2015 08:49:38 +0100
parent 6946:31fb9eb9edce
child 7061:eda0feeaf759
line wrap: on
line diff
--- a/tests/test.lua	Wed Dec 23 08:47:57 2015 +0100
+++ b/tests/test.lua	Wed Dec 23 08:49:38 2015 +0100
@@ -21,6 +21,7 @@
 	dotest "util.stanza"
 	dotest "util.sasl.scram"
 	dotest "util.cache"
+	dotest "util.throttle"
 
 	dosingletest("test_sasl.lua", "latin1toutf8");
 	dosingletest("test_utf8.lua", "valid");