diff options
Diffstat (limited to 'tests/test.lua')
-rw-r--r-- | tests/test.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test.lua b/tests/test.lua index eb209219..bc1e1979 100644 --- a/tests/test.lua +++ b/tests/test.lua @@ -25,7 +25,8 @@ function run_all_tests() dotest "core.stanza_router" dotest "core.s2smanager" dotest "core.configmanager" - + dotest "util.stanza" + dosingletest("test_sasl.lua", "latin1toutf8"); end |