qt5base-lts/tests/auto/dbus
Jason McDonald d423fd0975 Avoid using internal testlib API in QDbusConnection autotest.
QCOMPARE should only be used in a test function because it makes the
test function return if the compare fails.  The test wants to compare
without returning on failure because the compare is inside a helper
function called by many test functions, so the test was calling
testlib's internal QTest::compare_helper() functions instead of
QCOMPARE.

This commit makes this code slightly less objectionable by calling the
public QTest::qCompare() instead.

Change-Id: Ida17a641e89f8a297d6a036449f44b33aa266368
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2012-03-05 03:44:01 +01:00
..
qdbusabstractadaptor Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusabstractinterface Stabilize tst_qdbusabstractinterface and make it XFAIL 2012-02-20 23:34:35 +01:00
qdbusconnection Avoid using internal testlib API in QDbusConnection autotest. 2012-03-05 03:44:01 +01:00
qdbusconnection_no_bus Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbuscontext Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusinterface Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbuslocalcalls Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusmarshall Cleanup usage of QVariant::Type. 2012-02-27 12:47:52 +01:00
qdbusmetaobject Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusmetatype Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbuspendingcall Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbuspendingreply Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusreply Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusservicewatcher Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusthreading Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbustype Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusxmlparser Eliminate duplicate data row names in dbus, tools and xml autotests. 2012-02-16 02:00:52 +01:00
dbus.pro Merge branch 'master' into refactor 2011-09-12 07:49:03 +02:00