Software /
code /
prosody
Comparison
tests/test.lua @ 6602:61b6a4fc65f1
Merge 0.9->0.10
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 26 Mar 2015 16:48:39 +0000 |
parent | 5776:bd0ff8ae98a8 |
parent | 6594:fa6eb6fb4a80 |
child | 6824:85578994d376 |
comparison
equal
deleted
inserted
replaced
6587:54306208f30b | 6602:61b6a4fc65f1 |
---|---|
20 dotest "util.ip" | 20 dotest "util.ip" |
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 |