Software /
code /
prosody
Comparison
tests/test.lua @ 7493:f67b7509ee28
tests: Add basic test for net.http.parser
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 12 Jul 2016 13:59:02 +0200 |
parent | 7241:5e7797822f19 |
child | 7494:f82356adcd71 |
child | 7507:11e8c605a591 |
comparison
equal
deleted
inserted
replaced
7492:9a749cf8c1ba | 7493:f67b7509ee28 |
---|---|
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" | 28 dotest "util.xml" |
29 dotest "util.xmppstream" | 29 dotest "util.xmppstream" |
30 dotest "net.http.parser" | |
30 | 31 |
31 dosingletest("test_sasl.lua", "latin1toutf8"); | 32 dosingletest("test_sasl.lua", "latin1toutf8"); |
32 dosingletest("test_utf8.lua", "valid"); | 33 dosingletest("test_utf8.lua", "valid"); |
33 end | 34 end |
34 | 35 |