aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2015-03-26 16:48:39 +0000
committerMatthew Wild <mwild1@gmail.com>2015-03-26 16:48:39 +0000
commiteacc284fd7299addca1a4f1a8332de6eab86480b (patch)
tree96ae640eaeaadbeebeab641873a8a65ea1e8d743 /tests/test.lua
parent45e1b4d1da5e5c9825e23368d8de92c4c5c390de (diff)
parent382cb50f5196dd4a935a09f5515904820a3ea286 (diff)
downloadprosody-eacc284fd7299addca1a4f1a8332de6eab86480b.tar.gz
prosody-eacc284fd7299addca1a4f1a8332de6eab86480b.zip
Merge 0.9->0.10
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 f7475a80..78f2b234 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;