qt6-bb10/tests/auto/corelib/plugin
Friedemann Kleint 752c0d7de0 tests/corelib: 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.

Tests from corelib/tools were omitted in this change.

Change-Id: I4c8786d33fcf429d11b2b624c7cd89c28cadb518
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2015-08-19 19:06:33 +00:00
..
qfactoryloader Allow loading of static plugins if QT_NO_LIBRARY is set. 2015-08-18 19:59:46 +00:00
qlibrary fix usage of wince scope 2015-06-05 10:29:10 +00:00
qplugin Update copyright headers 2015-02-11 06:49:51 +00:00
qpluginloader Fix building tst_QPluginLoader on OS X, non-devel builds 2015-05-13 06:15:28 +00:00
quuid tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-08-19 19:06:33 +00:00
plugin.pro Fix a crash in QFactoryLoader 2012-03-29 13:58:13 +02:00