diff options
author | Matthew Wild <mwild1@gmail.com> | 2009-01-30 17:40:25 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2009-01-30 17:40:25 +0000 |
commit | f2d020191f5a78336f456263b868228ad53236db (patch) | |
tree | 74f934743ae8ea59839d312a647a3a6967a6b3c0 /tests | |
parent | bf3b96204df926c023d41aa3b9853e526e27d106 (diff) | |
download | prosody-f2d020191f5a78336f456263b868228ad53236db.tar.gz prosody-f2d020191f5a78336f456263b868228ad53236db.zip |
0.2->0.3
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test.lua | 2 | ||||
-rw-r--r-- | tests/test_core_configmanager.lua | 2 | ||||
-rw-r--r-- | tests/test_core_s2smanager.lua | 2 | ||||
-rw-r--r-- | tests/test_core_stanza_router.lua | 2 | ||||
-rw-r--r-- | tests/test_sasl.lua | 2 | ||||
-rw-r--r-- | tests/test_util_jid.lua | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/tests/test.lua b/tests/test.lua index 8a639f70..0955967d 100644 --- a/tests/test.lua +++ b/tests/test.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.2 +-- Prosody IM v0.3 -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- diff --git a/tests/test_core_configmanager.lua b/tests/test_core_configmanager.lua index f0037524..9a1535fc 100644 --- a/tests/test_core_configmanager.lua +++ b/tests/test_core_configmanager.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.2 +-- Prosody IM v0.3 -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- diff --git a/tests/test_core_s2smanager.lua b/tests/test_core_s2smanager.lua index 7fdea5da..f88fc0ae 100644 --- a/tests/test_core_s2smanager.lua +++ b/tests/test_core_s2smanager.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.2 +-- Prosody IM v0.3 -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- diff --git a/tests/test_core_stanza_router.lua b/tests/test_core_stanza_router.lua index a48c0a6b..1193a7db 100644 --- a/tests/test_core_stanza_router.lua +++ b/tests/test_core_stanza_router.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.2 +-- Prosody IM v0.3 -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- diff --git a/tests/test_sasl.lua b/tests/test_sasl.lua index 3f65a5cb..b7438121 100644 --- a/tests/test_sasl.lua +++ b/tests/test_sasl.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.2 +-- Prosody IM v0.3 -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- diff --git a/tests/test_util_jid.lua b/tests/test_util_jid.lua index d1ee0983..d16333aa 100644 --- a/tests/test_util_jid.lua +++ b/tests/test_util_jid.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.2 +-- Prosody IM v0.3 -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- |