forked from qt-creator/qt-creator
Squish: Don't expect fail from closed bug
Task-number: QTCREATORBUG-16188 Change-Id: I503645b02e71aa7ed1e50da042a6fd5aa7be0b1d Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -84,10 +84,7 @@ def main():
|
||||
type(editorWidget, lineWithFloat)
|
||||
try:
|
||||
waitForObject(":popupFrame_Proposal_QListView", 5000)
|
||||
if useClang and JIRA.isBugStillOpen(16188):
|
||||
test.xfail("Typing a float value triggered code completion")
|
||||
else:
|
||||
test.fail("Typing a float value triggered code completion")
|
||||
test.fail("Typing a float value triggered code completion")
|
||||
except:
|
||||
test.compare(str(lineUnderCursor(editorWidget)), " " + lineWithFloat,
|
||||
"Typing a float value does not trigger code completion")
|
||||
|
Reference in New Issue
Block a user