summaryrefslogtreecommitdiff
path: root/tests/auto/nfccommons
Commit message (Collapse)AuthorAgeFilesLines
* Remove qtconnectivity compiler warnings on macOSJuha Vuolle2021-12-061-8/+0
| | | | | | | | | | | - blockByteToAddress is commented out since 2011 => remove - put dumpServiceInfoAttributes behind similar "#if 0" as its usage Change-Id: I3d7fb2da45d52c5430c947bca279f2f806b28140 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io> (cherry picked from commit 6e354171798de4207f8747c632b56fa9e2f1366e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* QNearFieldManager: extend testsIvan Solovev2021-06-114-12/+61
| | | | | | | | | | | | | Extend the implementation of the manager emulator, and provide tests to cover the implementation. This patch also fixes the tst_qnearfieldtagtype* to prevent the crashes when the matching target is not found. Task-number: QTBUG-94037 Change-Id: I32e5ed747a85d996e4f0f6f66b3321ddebfbdb26 Reviewed-by: Alex Blasche <alexander.blasche@qt.io> (cherry picked from commit 661da19ebb43498c56a1185b933cdd64d79d9645) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* QtNFC: refactor directory structureIvan Solovev2021-05-2712-0/+3061
A lot of test-related files were actually located in the src directory. This patch moves them to tests/auto/nfccommons and adjusts the build files accordingly. Task-number: QTBUG-93854 Change-Id: I05641d849f4f07cd39d12ea136b4e7453d6aa883 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>