diff options
author | Matthew Wild <mwild1@gmail.com> | 2015-03-27 22:11:58 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2015-03-27 22:11:58 +0000 |
commit | eaf02c2e7fef247e6ff9c4eeb9fb3dfb1c28e5c1 (patch) | |
tree | 05c689e53d3416f52f0e9c782cf05887e5fe14da /tests/test.lua | |
parent | 45e1b4d1da5e5c9825e23368d8de92c4c5c390de (diff) | |
parent | 382cb50f5196dd4a935a09f5515904820a3ea286 (diff) | |
download | prosody-eaf02c2e7fef247e6ff9c4eeb9fb3dfb1c28e5c1.tar.gz prosody-eaf02c2e7fef247e6ff9c4eeb9fb3dfb1c28e5c1.zip |
Merge 0.9->0.10 (third time lucky)
Diffstat (limited to 'tests/test.lua')
-rw-r--r-- | tests/test.lua | 1 |
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; |