Comparison

tests/test.lua @ 7437:ff74188488ab

tests: Add initial tests for util.async
author Matthew Wild <mwild1@gmail.com>
date Sun, 22 May 2016 20:06:51 +0100
parent 7241:5e7797822f19
child 7494:f82356adcd71
comparison
equal deleted inserted replaced
7436:649b89b2c840 7437:ff74188488ab
19 dotest "core.configmanager" 19 dotest "core.configmanager"
20 dotest "util.ip" 20 dotest "util.ip"
21 dotest "util.json" 21 dotest "util.json"
22 dotest "util.stanza" 22 dotest "util.stanza"
23 dotest "util.sasl.scram" 23 dotest "util.sasl.scram"
24 dotest "util.async"
24 dotest "util.cache" 25 dotest "util.cache"
25 dotest "util.throttle" 26 dotest "util.throttle"
26 dotest "util.uuid" 27 dotest "util.uuid"
27 dotest "util.random" 28 dotest "util.random"
28 dotest "util.xml" 29 dotest "util.xml"