qt5base-lts/tests/auto/dbus/qdbusinterface
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
..
qdbusinterface Autotest: rename sub tests from "test" to something meaningful 2015-07-18 02:22:40 +00:00
qmyserver Update copyright headers 2015-02-11 06:49:51 +00:00
.gitignore Moved dbus autotests into new directory structure 2011-09-01 09:37:08 +02:00
myobject.h Update copyright headers 2015-02-11 06:49:51 +00:00
qdbusinterface.pro Autotest: rename sub tests from "test" to something meaningful 2015-07-18 02:22:40 +00:00
tst_qdbusinterface.cpp tests/auto/dbus: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-08-19 19:06:39 +00:00