testlib: fixed actual, expected order in QTest::compare_helper
authorRohan McGovern <rohan.mcgovern@nokia.com>
Tue, 13 Dec 2011 00:20:11 +0000 (10:20 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 13 Dec 2011 04:19:08 +0000 (05:19 +0100)
commit9f592dbd60c1242b384464bbaafb6fe04c3166f9
treef9776f9ff55c2727deba46ba2ee502f8f820a97d
parent5d00ae3b698653f3ae83ccb353120cc36a3b3518
testlib: fixed actual, expected order in QTest::compare_helper

These two parameters were written in the opposite order in the
function's declaration and definition.  Harmless to the compiler,
but confusing to developers and reviewers.

Change-Id: I1d4cb0a41b465b5f918daa76756677fe0cfe0a59
Reviewed-by: Jason McDonald
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
src/testlib/qtestcase.h