aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2016-01-10 03:35:00 +0100
committerKim Alvefur <zash@zash.se>2016-01-10 03:35:00 +0100
commit596cd6813cca26de9864a92650b04aa90d4af3c3 (patch)
treeb75247cd26a3806e12dc4a258c8eb251fd155c83 /tests/test.lua
parent1fee991cb30e965047fd8a5aac68ba5c78a6357a (diff)
downloadprosody-596cd6813cca26de9864a92650b04aa90d4af3c3.tar.gz
prosody-596cd6813cca26de9864a92650b04aa90d4af3c3.zip
tests: Add test for util.uuid (checks that the output format is correct)
Diffstat (limited to 'tests/test.lua')
-rw-r--r--tests/test.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test.lua b/tests/test.lua
index 87467e53..4f6c5335 100644
--- a/tests/test.lua
+++ b/tests/test.lua
@@ -22,6 +22,7 @@ function run_all_tests()
dotest "util.sasl.scram"
dotest "util.cache"
dotest "util.throttle"
+ dotest "util.uuid"
dosingletest("test_sasl.lua", "latin1toutf8");
dosingletest("test_utf8.lua", "valid");