Software /
code /
prosody
Comparison
tests/test.lua @ 6603:e702ae7aa3d9
Merge 0.10->trunk
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 26 Mar 2015 16:49:03 +0000 |
parent | 6602:61b6a4fc65f1 |
child | 6824:85578994d376 |
comparison
equal
deleted
inserted
replaced
6588:93423244dc5b | 6603:e702ae7aa3d9 |
---|---|
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 |