qt5base-lts/tests/auto/dbus/qdbusabstractinterface
Friedemann Kleint 120867ba7b tests/auto/dbus: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).
- 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.

Change-Id: I363776ef664c97bca0071d57cf78a8fe935bce8e
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2015-08-19 19:06:39 +00:00
..
qdbusabstractinterface Autotest: rename sub tests from "test" to something meaningful 2015-07-18 02:22:40 +00:00
qpinger Update copyright headers 2015-02-11 06:49:51 +00:00
interface.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
interface.h Update copyright headers 2015-02-11 06:49:51 +00:00
org.qtproject.QtDBus.Pinger.xml Let qdbusxml2cpp generate code that compiles: no '-' in variable names. 2013-07-01 17:04:26 +02:00
qdbusabstractinterface.pro Autotest: rename sub tests from "test" to something meaningful 2015-07-18 02:22:40 +00:00
tst_qdbusabstractinterface.cpp tests/auto/dbus: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-08-19 19:06:39 +00:00