Software /
code /
prosody
Comparison
tests/test.lua @ 7241:5e7797822f19
tests: Add basic tests for util.xml and util.xmppstream
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 05 Mar 2016 23:42:01 +0000 |
parent | 7233:71ca252d9f69 |
child | 7437:ff74188488ab |
child | 7493:f67b7509ee28 |
comparison
equal
deleted
inserted
replaced
7237:472736b583fb | 7241:5e7797822f19 |
---|---|
23 dotest "util.sasl.scram" | 23 dotest "util.sasl.scram" |
24 dotest "util.cache" | 24 dotest "util.cache" |
25 dotest "util.throttle" | 25 dotest "util.throttle" |
26 dotest "util.uuid" | 26 dotest "util.uuid" |
27 dotest "util.random" | 27 dotest "util.random" |
28 dotest "util.xml" | |
29 dotest "util.xmppstream" | |
28 | 30 |
29 dosingletest("test_sasl.lua", "latin1toutf8"); | 31 dosingletest("test_sasl.lua", "latin1toutf8"); |
30 dosingletest("test_utf8.lua", "valid"); | 32 dosingletest("test_utf8.lua", "valid"); |
31 end | 33 end |
32 | 34 |