Skip to content
Snippets Groups Projects
Commit fd08c7e6 authored by Robert Loehning's avatar Robert Loehning
Browse files

Squish: Fix failure message


Change-Id: I77f46ccc87fe0ae64fcab17c35af93c6064dc9f4
Reviewed-by: default avatarChristian Stenger <christian.stenger@digia.com>
parent 81d9d912
No related branches found
No related tags found
No related merge requests found
......@@ -216,7 +216,7 @@ def __handleColorTips__(colTip, expectedColor):
if rgb.rgba() == cmp.rgba():
test.passes("ColorTip verified")
else:
test.fail("ColorTip does not match - expected color '%s' got '%s'" % (rgb.rgb(), cmp.rgb()))
test.fail("ColorTip does not match - expected color '%s' got '%s'" % (cmp.rgb(), rgb.rgb()))
# function that checks whether all expected properties (including their values)
# match the given properties
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment