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
commitfa4ef8d7ff12a38a5f1d07e2a0b64d7f92bd1142 (patch)
tree76bb4e5cd4f5d11ff9d69d45e66ec9d9aac9a957 /tests/test.lua
parent9168d7b0898104a0dd5cc3df37a7108e2aebb425 (diff)
downloadprosody-fa4ef8d7ff12a38a5f1d07e2a0b64d7f92bd1142.tar.gz
prosody-fa4ef8d7ff12a38a5f1d07e2a0b64d7f92bd1142.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;