Software /
code /
prosody
Comparison
tests/test.lua @ 6594:fa6eb6fb4a80
tests: Add UTF-8 validity tests
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 23 Mar 2015 17:16:54 +0000 |
parent | 4420:4314eeeed394 |
child | 6602:61b6a4fc65f1 |
child | 7051:ecfa474ff570 |
comparison
equal
deleted
inserted
replaced
6593:828f9f3bdbcf | 6594:fa6eb6fb4a80 |
---|---|
20 dotest "core.configmanager" | 20 dotest "core.configmanager" |
21 dotest "util.stanza" | 21 dotest "util.stanza" |
22 dotest "util.sasl.scram" | 22 dotest "util.sasl.scram" |
23 | 23 |
24 dosingletest("test_sasl.lua", "latin1toutf8"); | 24 dosingletest("test_sasl.lua", "latin1toutf8"); |
25 dosingletest("test_utf8.lua", "valid"); | |
25 end | 26 end |
26 | 27 |
27 local verbosity = tonumber(arg[1]) or 2; | 28 local verbosity = tonumber(arg[1]) or 2; |
28 | 29 |
29 if os.getenv("WINDIR") then | 30 if os.getenv("WINDIR") then |