summaryrefslogtreecommitdiffstats
path: root/tests/auto/qnearfieldtagtype2
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-05-14 17:18:35 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-15 12:17:13 +0200
commit080c096cb00aa77345a711696b4cfb7515f07327 (patch)
tree16ed048338e197f9f0abf969813841b6425bf103 /tests/auto/qnearfieldtagtype2
parent10cd7743aa8c30fc3a5f8485ba4c4aad6bb5365e (diff)
Remove nokia URLS from NFC unit tests
Change-Id: I04c8bbd25203249366a1deef839ef16c25e35703 Reviewed-by: Kai Koehne <kai.koehne@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tests/auto/qnearfieldtagtype2')
-rw-r--r--tests/auto/qnearfieldtagtype2/tst_qnearfieldtagtype2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qnearfieldtagtype2/tst_qnearfieldtagtype2.cpp b/tests/auto/qnearfieldtagtype2/tst_qnearfieldtagtype2.cpp
index d01ce24a..b7ac2bae 100644
--- a/tests/auto/qnearfieldtagtype2/tst_qnearfieldtagtype2.cpp
+++ b/tests/auto/qnearfieldtagtype2/tst_qnearfieldtagtype2.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the QtNfc module of the Qt Toolkit.
@@ -321,7 +321,7 @@ void tst_QNearFieldTagType2::ndefMessages()
if (target->memorySize() > 120) {
QNdefRecord record;
record.setTypeNameFormat(QNdefRecord::ExternalRtd);
- record.setType("com.nokia.qt:ndefMessagesTest");
+ record.setType("org.qt-project:ndefMessagesTest");
record.setPayload(QByteArray(120, quint8(0x55)));
message.append(record);
}