summaryrefslogtreecommitdiffstats
path: root/tests/auto/qndefnfcsmartposterrecord/tst_qndefnfcsmartposterrecord.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qndefnfcsmartposterrecord/tst_qndefnfcsmartposterrecord.cpp')
-rw-r--r--tests/auto/qndefnfcsmartposterrecord/tst_qndefnfcsmartposterrecord.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qndefnfcsmartposterrecord/tst_qndefnfcsmartposterrecord.cpp b/tests/auto/qndefnfcsmartposterrecord/tst_qndefnfcsmartposterrecord.cpp
index 37ee9ff9..f3ec7c2a 100644
--- a/tests/auto/qndefnfcsmartposterrecord/tst_qndefnfcsmartposterrecord.cpp
+++ b/tests/auto/qndefnfcsmartposterrecord/tst_qndefnfcsmartposterrecord.cpp
@@ -532,7 +532,7 @@ void tst_QNdefNfcSmartPosterRecord::tst_downcast()
QByteArray spPayload = sprecord.payload();
// Check length is longer on the base
- QVERIFY(basePayload.length() > record.payload().length());
+ QVERIFY(basePayload.size() > record.payload().size());
// Check the payloads are the same
QCOMPARE(basePayload, spPayload);