aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2015-03-23 17:16:54 +0000
committerMatthew Wild <mwild1@gmail.com>2015-03-23 17:16:54 +0000
commit78bd6a632210f642e50576da8c7e76691ceb8047 (patch)
tree76bb4e5cd4f5d11ff9d69d45e66ec9d9aac9a957 /tests/test.lua
parentfed9502b790996cfa3847670ac0f60d59f8f6f76 (diff)
downloadprosody-78bd6a632210f642e50576da8c7e76691ceb8047.tar.gz
prosody-78bd6a632210f642e50576da8c7e76691ceb8047.zip
tests: Add UTF-8 validity tests
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 db727ce1..de1e40fd 100644
--- a/tests/test.lua
+++ b/tests/test.lua
@@ -22,6 +22,7 @@ function run_all_tests()
dotest "util.sasl.scram"
dosingletest("test_sasl.lua", "latin1toutf8");
+ dosingletest("test_utf8.lua", "valid");
end
local verbosity = tonumber(arg[1]) or 2;