diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-11-18 22:41:04 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-11-18 22:41:04 +0000 |
commit | 801e99fcbbfd667fb3d8779782a6d9fb214d1685 (patch) | |
tree | c5ad2998f07a3f43a980ff94786693c003095c42 /tests/test.lua | |
parent | d73e81900b49267c5dbe73c536a4c2c1793b61cb (diff) | |
download | prosody-801e99fcbbfd667fb3d8779782a6d9fb214d1685.tar.gz prosody-801e99fcbbfd667fb3d8779782a6d9fb214d1685.zip |
We have SRV resolving \o/
Diffstat (limited to 'tests/test.lua')
-rw-r--r-- | tests/test.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test.lua b/tests/test.lua index c028e859..aa0275d4 100644 --- a/tests/test.lua +++ b/tests/test.lua @@ -83,3 +83,4 @@ end dotest "util.jid" dotest "core.stanza_router" +dotest "core.s2smanager" |