Software /
code /
prosody
Comparison
tests/test.lua @ 6946:31fb9eb9edce
tests: Add tests for util.cache
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 26 Nov 2015 00:12:51 +0000 |
parent | 6824:85578994d376 |
child | 7024:8ce592e376ff |
comparison
equal
deleted
inserted
replaced
6945:d779c55058c6 | 6946:31fb9eb9edce |
---|---|
18 dotest "core.s2smanager" | 18 dotest "core.s2smanager" |
19 dotest "core.configmanager" | 19 dotest "core.configmanager" |
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 dotest "util.cache" | |
23 | 24 |
24 dosingletest("test_sasl.lua", "latin1toutf8"); | 25 dosingletest("test_sasl.lua", "latin1toutf8"); |
25 dosingletest("test_utf8.lua", "valid"); | 26 dosingletest("test_utf8.lua", "valid"); |
26 end | 27 end |
27 | 28 |