aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2014-03-28 08:56:38 +0100
committerJeremy Lainé <jeremy.laine@m4x.org>2014-03-28 08:56:38 +0100
commit76163e167e55aef933cda4ec239ba75afd097472 (patch)
tree9d5aba12bbcf5462e274255c23f004f8abcabbbe /tests
parent8247a27fc75f698c97b724b4a57eaf7dba8e9934 (diff)
downloadqxmpp-76163e167e55aef933cda4ec239ba75afd097472.tar.gz
update project homepage
Diffstat (limited to 'tests')
-rw-r--r--tests/qxmpparchiveiq/tst_qxmpparchiveiq.cpp2
-rw-r--r--tests/qxmppbindiq/tst_qxmppbindiq.cpp2
-rw-r--r--tests/qxmppcodec/tst_qxmppcodec.cpp2
-rw-r--r--tests/qxmppdataform/tst_qxmppdataform.cpp2
-rw-r--r--tests/qxmppdiscoveryiq/tst_qxmppdiscoveryiq.cpp2
-rw-r--r--tests/qxmppentitytimeiq/tst_qxmppentitytimeiq.cpp2
-rw-r--r--tests/qxmppiq/tst_qxmppiq.cpp2
-rw-r--r--tests/qxmppjingleiq/tst_qxmppjingleiq.cpp2
-rw-r--r--tests/qxmppmessage/tst_qxmppmessage.cpp2
-rw-r--r--tests/qxmppnonsaslauthiq/tst_qxmppnonsaslauthiq.cpp2
-rw-r--r--tests/qxmpppresence/tst_qxmpppresence.cpp6
-rw-r--r--tests/qxmpppubsubiq/tst_qxmpppubsubiq.cpp2
-rw-r--r--tests/qxmppregisteriq/tst_qxmppregisteriq.cpp2
-rw-r--r--tests/qxmppresultset/tst_qxmppresultset.cpp2
-rw-r--r--tests/qxmpprosteriq/tst_qxmpprosteriq.cpp2
-rw-r--r--tests/qxmpprpciq/tst_qxmpprpciq.cpp2
-rw-r--r--tests/qxmpprtppacket/tst_qxmpprtppacket.cpp2
-rw-r--r--tests/qxmppsasl/tst_qxmppsasl.cpp2
-rw-r--r--tests/qxmppserver/tst_qxmppserver.cpp2
-rw-r--r--tests/qxmppsessioniq/tst_qxmppsessioniq.cpp2
-rw-r--r--tests/qxmppstanza/tst_qxmppstanza.cpp2
-rw-r--r--tests/qxmppstreamfeatures/tst_qxmppstreamfeatures.cpp2
-rw-r--r--tests/qxmppstreaminitiationiq/tst_qxmppstreaminitiationiq.cpp2
-rw-r--r--tests/qxmppstunmessage/tst_qxmppstunmessage.cpp2
-rw-r--r--tests/qxmpputils/tst_qxmpputils.cpp2
-rw-r--r--tests/qxmppvcardiq/tst_qxmppvcardiq.cpp6
-rw-r--r--tests/qxmppversioniq/tst_qxmppversioniq.cpp2
-rw-r--r--tests/util.h2
28 files changed, 32 insertions, 32 deletions
diff --git a/tests/qxmpparchiveiq/tst_qxmpparchiveiq.cpp b/tests/qxmpparchiveiq/tst_qxmpparchiveiq.cpp
index 8fe0a297..05d37813 100644
--- a/tests/qxmpparchiveiq/tst_qxmpparchiveiq.cpp
+++ b/tests/qxmpparchiveiq/tst_qxmpparchiveiq.cpp
@@ -6,7 +6,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/tests/qxmppbindiq/tst_qxmppbindiq.cpp b/tests/qxmppbindiq/tst_qxmppbindiq.cpp
index 79f9461c..2229fd8a 100644
--- a/tests/qxmppbindiq/tst_qxmppbindiq.cpp
+++ b/tests/qxmppbindiq/tst_qxmppbindiq.cpp
@@ -6,7 +6,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/tests/qxmppcodec/tst_qxmppcodec.cpp b/tests/qxmppcodec/tst_qxmppcodec.cpp
index a6df706f..a77e9384 100644
--- a/tests/qxmppcodec/tst_qxmppcodec.cpp
+++ b/tests/qxmppcodec/tst_qxmppcodec.cpp
@@ -5,7 +5,7 @@
* Jeremy Lainé
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/tests/qxmppdataform/tst_qxmppdataform.cpp b/tests/qxmppdataform/tst_qxmppdataform.cpp
index dff0d177..829ef196 100644
--- a/tests/qxmppdataform/tst_qxmppdataform.cpp
+++ b/tests/qxmppdataform/tst_qxmppdataform.cpp
@@ -6,7 +6,7 @@
* Jeremy Lainé
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/tests/qxmppdiscoveryiq/tst_qxmppdiscoveryiq.cpp b/tests/qxmppdiscoveryiq/tst_qxmppdiscoveryiq.cpp
index d0d1425f..17f4dfeb 100644
--- a/tests/qxmppdiscoveryiq/tst_qxmppdiscoveryiq.cpp
+++ b/tests/qxmppdiscoveryiq/tst_qxmppdiscoveryiq.cpp
@@ -6,7 +6,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/tests/qxmppentitytimeiq/tst_qxmppentitytimeiq.cpp b/tests/qxmppentitytimeiq/tst_qxmppentitytimeiq.cpp
index 2cb51869..2178165b 100644
--- a/tests/qxmppentitytimeiq/tst_qxmppentitytimeiq.cpp
+++ b/tests/qxmppentitytimeiq/tst_qxmppentitytimeiq.cpp
@@ -6,7 +6,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/tests/qxmppiq/tst_qxmppiq.cpp b/tests/qxmppiq/tst_qxmppiq.cpp
index 855cdbdc..a3d87976 100644
--- a/tests/qxmppiq/tst_qxmppiq.cpp
+++ b/tests/qxmppiq/tst_qxmppiq.cpp
@@ -5,7 +5,7 @@
* Jeremy Lainé
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/tests/qxmppjingleiq/tst_qxmppjingleiq.cpp b/tests/qxmppjingleiq/tst_qxmppjingleiq.cpp
index 9311d729..e41194b8 100644
--- a/tests/qxmppjingleiq/tst_qxmppjingleiq.cpp
+++ b/tests/qxmppjingleiq/tst_qxmppjingleiq.cpp
@@ -5,7 +5,7 @@
* Jeremy Lainé
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/tests/qxmppmessage/tst_qxmppmessage.cpp b/tests/qxmppmessage/tst_qxmppmessage.cpp
index 382ae857..218ff962 100644
--- a/tests/qxmppmessage/tst_qxmppmessage.cpp
+++ b/tests/qxmppmessage/tst_qxmppmessage.cpp
@@ -6,7 +6,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/tests/qxmppnonsaslauthiq/tst_qxmppnonsaslauthiq.cpp b/tests/qxmppnonsaslauthiq/tst_qxmppnonsaslauthiq.cpp
index 5931375f..6f65fea4 100644
--- a/tests/qxmppnonsaslauthiq/tst_qxmppnonsaslauthiq.cpp
+++ b/tests/qxmppnonsaslauthiq/tst_qxmppnonsaslauthiq.cpp
@@ -6,7 +6,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/tests/qxmpppresence/tst_qxmpppresence.cpp b/tests/qxmpppresence/tst_qxmpppresence.cpp
index f61d5acd..5283f8ed 100644
--- a/tests/qxmpppresence/tst_qxmpppresence.cpp
+++ b/tests/qxmpppresence/tst_qxmpppresence.cpp
@@ -6,7 +6,7 @@
* Jeremy Lainé
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
@@ -120,7 +120,7 @@ void tst_QXmppPresence::testPresenceWithCapability()
"<x xmlns=\"vcard-temp:x:update\">"
"<photo>73b908bc</photo>"
"</x>"
- "<c xmlns=\"http://jabber.org/protocol/caps\" hash=\"sha-1\" node=\"https://github.com/jlaine/qxmpp\" ver=\"QgayPKawpkPSDYmwT/WM94uAlu0=\"/>"
+ "<c xmlns=\"http://jabber.org/protocol/caps\" hash=\"sha-1\" node=\"https://github.com/qxmpp-project/qxmpp\" ver=\"QgayPKawpkPSDYmwT/WM94uAlu0=\"/>"
"</presence>");
QXmppPresence presence;
@@ -133,7 +133,7 @@ void tst_QXmppPresence::testPresenceWithCapability()
QCOMPARE(presence.photoHash(), QByteArray::fromHex("73b908bc"));
QCOMPARE(presence.vCardUpdateType(), QXmppPresence::VCardUpdateValidPhoto);
QCOMPARE(presence.capabilityHash(), QString("sha-1"));
- QCOMPARE(presence.capabilityNode(), QString("https://github.com/jlaine/qxmpp"));
+ QCOMPARE(presence.capabilityNode(), QString("https://github.com/qxmpp-project/qxmpp"));
QCOMPARE(presence.capabilityVer(), QByteArray::fromBase64("QgayPKawpkPSDYmwT/WM94uAlu0="));
serializePacket(presence, xml);
diff --git a/tests/qxmpppubsubiq/tst_qxmpppubsubiq.cpp b/tests/qxmpppubsubiq/tst_qxmpppubsubiq.cpp
index f6723302..999efc59 100644
--- a/tests/qxmpppubsubiq/tst_qxmpppubsubiq.cpp
+++ b/tests/qxmpppubsubiq/tst_qxmpppubsubiq.cpp
@@ -5,7 +5,7 @@
* Jeremy Lainé
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/tests/qxmppregisteriq/tst_qxmppregisteriq.cpp b/tests/qxmppregisteriq/tst_qxmppregisteriq.cpp
index e07e7bc1..a4e80fc5 100644
--- a/tests/qxmppregisteriq/tst_qxmppregisteriq.cpp
+++ b/tests/qxmppregisteriq/tst_qxmppregisteriq.cpp
@@ -5,7 +5,7 @@
* Jeremy Lainé
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/tests/qxmppresultset/tst_qxmppresultset.cpp b/tests/qxmppresultset/tst_qxmppresultset.cpp
index c8a2ddea..56b76b65 100644
--- a/tests/qxmppresultset/tst_qxmppresultset.cpp
+++ b/tests/qxmppresultset/tst_qxmppresultset.cpp
@@ -6,7 +6,7 @@
* Jeremy Lainé
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/tests/qxmpprosteriq/tst_qxmpprosteriq.cpp b/tests/qxmpprosteriq/tst_qxmpprosteriq.cpp
index 065349d7..9f9477cb 100644
--- a/tests/qxmpprosteriq/tst_qxmpprosteriq.cpp
+++ b/tests/qxmpprosteriq/tst_qxmpprosteriq.cpp
@@ -5,7 +5,7 @@
* Jeremy Lainé
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/tests/qxmpprpciq/tst_qxmpprpciq.cpp b/tests/qxmpprpciq/tst_qxmpprpciq.cpp
index eb03adcc..a5221126 100644
--- a/tests/qxmpprpciq/tst_qxmpprpciq.cpp
+++ b/tests/qxmpprpciq/tst_qxmpprpciq.cpp
@@ -5,7 +5,7 @@
* Jeremy Lainé
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/tests/qxmpprtppacket/tst_qxmpprtppacket.cpp b/tests/qxmpprtppacket/tst_qxmpprtppacket.cpp
index 0053ac57..427916cf 100644
--- a/tests/qxmpprtppacket/tst_qxmpprtppacket.cpp
+++ b/tests/qxmpprtppacket/tst_qxmpprtppacket.cpp
@@ -5,7 +5,7 @@
* Jeremy Lainé
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/tests/qxmppsasl/tst_qxmppsasl.cpp b/tests/qxmppsasl/tst_qxmppsasl.cpp
index a9135157..abaff3fc 100644
--- a/tests/qxmppsasl/tst_qxmppsasl.cpp
+++ b/tests/qxmppsasl/tst_qxmppsasl.cpp
@@ -5,7 +5,7 @@
* Jeremy Lainé
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/tests/qxmppserver/tst_qxmppserver.cpp b/tests/qxmppserver/tst_qxmppserver.cpp
index 67f76504..c4a78cb2 100644
--- a/tests/qxmppserver/tst_qxmppserver.cpp
+++ b/tests/qxmppserver/tst_qxmppserver.cpp
@@ -5,7 +5,7 @@
* Jeremy Lainé
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/tests/qxmppsessioniq/tst_qxmppsessioniq.cpp b/tests/qxmppsessioniq/tst_qxmppsessioniq.cpp
index 23024696..f83d64f2 100644
--- a/tests/qxmppsessioniq/tst_qxmppsessioniq.cpp
+++ b/tests/qxmppsessioniq/tst_qxmppsessioniq.cpp
@@ -6,7 +6,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/tests/qxmppstanza/tst_qxmppstanza.cpp b/tests/qxmppstanza/tst_qxmppstanza.cpp
index 5739a65a..739077bb 100644
--- a/tests/qxmppstanza/tst_qxmppstanza.cpp
+++ b/tests/qxmppstanza/tst_qxmppstanza.cpp
@@ -5,7 +5,7 @@
* Jeremy Lainé
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/tests/qxmppstreamfeatures/tst_qxmppstreamfeatures.cpp b/tests/qxmppstreamfeatures/tst_qxmppstreamfeatures.cpp
index d2a72629..f5f0ea0f 100644
--- a/tests/qxmppstreamfeatures/tst_qxmppstreamfeatures.cpp
+++ b/tests/qxmppstreamfeatures/tst_qxmppstreamfeatures.cpp
@@ -5,7 +5,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/tests/qxmppstreaminitiationiq/tst_qxmppstreaminitiationiq.cpp b/tests/qxmppstreaminitiationiq/tst_qxmppstreaminitiationiq.cpp
index a8f804ae..5a4aa72b 100644
--- a/tests/qxmppstreaminitiationiq/tst_qxmppstreaminitiationiq.cpp
+++ b/tests/qxmppstreaminitiationiq/tst_qxmppstreaminitiationiq.cpp
@@ -6,7 +6,7 @@
* Jeremy Lainé
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/tests/qxmppstunmessage/tst_qxmppstunmessage.cpp b/tests/qxmppstunmessage/tst_qxmppstunmessage.cpp
index d24bc2d7..ae1355cf 100644
--- a/tests/qxmppstunmessage/tst_qxmppstunmessage.cpp
+++ b/tests/qxmppstunmessage/tst_qxmppstunmessage.cpp
@@ -5,7 +5,7 @@
* Jeremy Lainé
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/tests/qxmpputils/tst_qxmpputils.cpp b/tests/qxmpputils/tst_qxmpputils.cpp
index 2a074cc9..d725a738 100644
--- a/tests/qxmpputils/tst_qxmpputils.cpp
+++ b/tests/qxmpputils/tst_qxmpputils.cpp
@@ -6,7 +6,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/tests/qxmppvcardiq/tst_qxmppvcardiq.cpp b/tests/qxmppvcardiq/tst_qxmppvcardiq.cpp
index 29568b4c..f24c71df 100644
--- a/tests/qxmppvcardiq/tst_qxmppvcardiq.cpp
+++ b/tests/qxmppvcardiq/tst_qxmppvcardiq.cpp
@@ -5,7 +5,7 @@
* Jeremy Lainé
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
@@ -165,7 +165,7 @@ void tst_QXmppVCardIq::testVCard()
"WfgYGBiQEHGJwSAK2BBQ1f3uvpAAAAAElFTkSuQmCC"
"</BINVAL>"
"</PHOTO>"
- "<URL>https://github.com/jlaine/qxmpp/</URL>"
+ "<URL>https://github.com/qxmpp-project/qxmpp/</URL>"
"<ORG>"
"<ORGNAME>QXmpp foundation</ORGNAME>"
"<ORGUNIT>Main QXmpp dev unit</ORGUNIT>"
@@ -201,7 +201,7 @@ void tst_QXmppVCardIq::testVCard()
"UIgAAFCIBjw1HyAAAAAd0SU1FB9oIHQInNvuJovgAAAAiSURBVAjXY2TQ+s/AwMDAwPD/GiMDlP"
"WfgYGBiQEHGJwSAK2BBQ1f3uvpAAAAAElFTkSuQmCC"));
QCOMPARE(vcard.photoType(), QLatin1String("image/png"));
- QCOMPARE(vcard.url(), QLatin1String("https://github.com/jlaine/qxmpp/"));
+ QCOMPARE(vcard.url(), QLatin1String("https://github.com/qxmpp-project/qxmpp/"));
const QXmppVCardOrganization &orgInfo = vcard.organization();
QCOMPARE(orgInfo.organization(), QLatin1String("QXmpp foundation"));
diff --git a/tests/qxmppversioniq/tst_qxmppversioniq.cpp b/tests/qxmppversioniq/tst_qxmppversioniq.cpp
index 3bf6cceb..4f3830ee 100644
--- a/tests/qxmppversioniq/tst_qxmppversioniq.cpp
+++ b/tests/qxmppversioniq/tst_qxmppversioniq.cpp
@@ -6,7 +6,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
diff --git a/tests/util.h b/tests/util.h
index 6c9c7c8a..c549d383 100644
--- a/tests/util.h
+++ b/tests/util.h
@@ -6,7 +6,7 @@
* Manjeet Dahiya
*
* Source:
- * https://github.com/jlaine/qxmpp
+ * https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*