summaryrefslogtreecommitdiffstats
path: root/tests/auto/qnearfieldtagtype1
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/qnearfieldtagtype1
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/qnearfieldtagtype1')
-rw-r--r--tests/auto/qnearfieldtagtype1/tst_qnearfieldtagtype1.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qnearfieldtagtype1/tst_qnearfieldtagtype1.cpp b/tests/auto/qnearfieldtagtype1/tst_qnearfieldtagtype1.cpp
index e0bb7ea3..cec6ff38 100644
--- a/tests/auto/qnearfieldtagtype1/tst_qnearfieldtagtype1.cpp
+++ b/tests/auto/qnearfieldtagtype1/tst_qnearfieldtagtype1.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.
@@ -429,7 +429,7 @@ void tst_QNearFieldTagType1::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);
}