Skip to content
Commit 048e6a9c authored by Igor Kushnir's avatar Igor Kushnir
Browse files

TestCodeCompletion::testCompletionPriority: QVERIFY => QCOMPARE

With this change the test's output tells which of the two equalities
doesn't hold; the mismatching actual and expected values are printed.

The downside of this change is the twofold increase in the number of
XFAIL messages. For example:
XFAIL  : TestCodeCompletion::testCompletionPriority(class) Derived class is not added to the Best Matches group
   Loc: [/path/to/test_codecompletion.cpp(250)]
XFAIL  : TestCodeCompletion::testCompletionPriority(class) 〃
   Loc: [/path/to/test_codecompletion.cpp(254)]
parent 8212e343
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment