Software /
code /
prosody
Comparison
tests/test.lua @ 3406:748246005893
tests: Added tests for util.sasl.scram.Hi().
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Mon, 26 Jul 2010 01:12:52 +0500 |
parent | 2925:692b3c6c5bd2 |
child | 3540:bc139431830b |
comparison
equal
deleted
inserted
replaced
3405:b1efe62c3c37 | 3406:748246005893 |
---|---|
14 dotest "core.modulemanager" | 14 dotest "core.modulemanager" |
15 dotest "core.stanza_router" | 15 dotest "core.stanza_router" |
16 dotest "core.s2smanager" | 16 dotest "core.s2smanager" |
17 dotest "core.configmanager" | 17 dotest "core.configmanager" |
18 dotest "util.stanza" | 18 dotest "util.stanza" |
19 dotest "util.sasl.scram" | |
19 | 20 |
20 dosingletest("test_sasl.lua", "latin1toutf8"); | 21 dosingletest("test_sasl.lua", "latin1toutf8"); |
21 end | 22 end |
22 | 23 |
23 local verbosity = tonumber(arg[1]) or 2; | 24 local verbosity = tonumber(arg[1]) or 2; |