569785cb00
- Replace Q[TRY]_VERIFY(pointer == 0) by Q[TRY]_VERIFY(!pointer). - Replace Q[TRY]_VERIFY(smartPointer == 0) by Q[TRY]_VERIFY(smartPointer.isNull()). - Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b) and add casts where necessary. The values will then be logged should a test fail. in tests/auto/other, tests/auto/printsupport and tests/auto/xml. Change-Id: I28cbdc89d36791f179425f17f90b697c60660938 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com> |
||
---|---|---|
.. | ||
BLACKLIST | ||
expectedeventlist.cpp | ||
expectedeventlist.h | ||
macnativeevents.pro | ||
nativeeventlist.cpp | ||
nativeeventlist.h | ||
qnativeevents_mac.cpp | ||
qnativeevents.cpp | ||
qnativeevents.h | ||
tst_macnativeevents.cpp |