tests: Add test for util.uuid (checks that the output format is correct)
[prosody.git] / tests / test.lua
index 87467e53b90e7feee8dc1b2b937961f666f99335..4f6c53358c1fbe16921655fdf0c8ad64b9508d41 100644 (file)
@@ -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");