diff options
author | Matthew Wild <mwild1@gmail.com> | 2009-03-20 20:16:25 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2009-03-20 20:16:25 +0000 |
commit | c80f91dc0233276fcf112c54c6b7753dd68af354 (patch) | |
tree | 4d6a6c249ba191e7713af4016661fa467fb52cfa /tests | |
parent | d2ebe25dc579fb0ab21e411518c50eee1fae0f99 (diff) | |
download | prosody-c80f91dc0233276fcf112c54c6b7753dd68af354.tar.gz prosody-c80f91dc0233276fcf112c54c6b7753dd68af354.zip |
0.3->0.4
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 | ||||
-rw-r--r-- | tests/test_util_multitable.lua | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/tests/test.lua b/tests/test.lua index 1efab371..02a7aaeb 100644 --- a/tests/test.lua +++ b/tests/test.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.3 +-- Prosody IM v0.4 -- Copyright (C) 2008-2009 Matthew Wild -- Copyright (C) 2008-2009 Waqas Hussain -- diff --git a/tests/test_core_configmanager.lua b/tests/test_core_configmanager.lua index 09e1e95a..11c5ae1b 100644 --- a/tests/test_core_configmanager.lua +++ b/tests/test_core_configmanager.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.3 +-- Prosody IM v0.4 -- Copyright (C) 2008-2009 Matthew Wild -- Copyright (C) 2008-2009 Waqas Hussain -- diff --git a/tests/test_core_s2smanager.lua b/tests/test_core_s2smanager.lua index b423a81c..fae870d7 100644 --- a/tests/test_core_s2smanager.lua +++ b/tests/test_core_s2smanager.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.3 +-- Prosody IM v0.4 -- Copyright (C) 2008-2009 Matthew Wild -- Copyright (C) 2008-2009 Waqas Hussain -- diff --git a/tests/test_core_stanza_router.lua b/tests/test_core_stanza_router.lua index 5d00ce2a..15641449 100644 --- a/tests/test_core_stanza_router.lua +++ b/tests/test_core_stanza_router.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.3 +-- Prosody IM v0.4 -- Copyright (C) 2008-2009 Matthew Wild -- Copyright (C) 2008-2009 Waqas Hussain -- diff --git a/tests/test_sasl.lua b/tests/test_sasl.lua index 93d498c4..f622f428 100644 --- a/tests/test_sasl.lua +++ b/tests/test_sasl.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.3 +-- Prosody IM v0.4 -- Copyright (C) 2008-2009 Matthew Wild -- Copyright (C) 2008-2009 Waqas Hussain -- diff --git a/tests/test_util_jid.lua b/tests/test_util_jid.lua index 2f253c7c..a09bc946 100644 --- a/tests/test_util_jid.lua +++ b/tests/test_util_jid.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.3 +-- Prosody IM v0.4 -- Copyright (C) 2008-2009 Matthew Wild -- Copyright (C) 2008-2009 Waqas Hussain -- diff --git a/tests/test_util_multitable.lua b/tests/test_util_multitable.lua index aa93fc8d..d093437b 100644 --- a/tests/test_util_multitable.lua +++ b/tests/test_util_multitable.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.3 +-- Prosody IM v0.4 -- Copyright (C) 2008-2009 Matthew Wild -- Copyright (C) 2008-2009 Waqas Hussain -- |