Skip to content
Snippets Groups Projects
Commit c87d0d7b authored by Christian Stenger's avatar Christian Stenger
Browse files

Squish: Stabilize test for removal of break points


Change-Id: I1fdfc654e18a4cb219624b65e5d812faa479eb66
Reviewed-by: default avatarRobert Loehning <robert.loehning@qt.io>
parent 985e7006
No related branches found
No related tags found
No related merge requests found
...@@ -111,6 +111,7 @@ def removeOldBreakpoints(): ...@@ -111,6 +111,7 @@ def removeOldBreakpoints():
except: except:
test.fatal("UI seems to have changed - check manually and fix this script.") test.fatal("UI seems to have changed - check manually and fix this script.")
return False return False
waitFor("model.rowCount() == 0", 1000)
return test.compare(model.rowCount(), 0, "Check if all breakpoints have been removed.") return test.compare(model.rowCount(), 0, "Check if all breakpoints have been removed.")
# function to do simple debugging of the current (configured) project # function to do simple debugging of the current (configured) project
......
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