summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2016-08-03 07:18:31 +0200
committerChristian Stenger <christian.stenger@qt.io>2016-08-03 10:16:48 +0000
commitc87d0d7b58e7fe6d5119cf5fddd734bf7c6df001 (patch)
tree753651eb3041f6476ce940e047fba3f0b678d51d
parent985e7006cc250ef89798282a88130ed0eecce35b (diff)
downloadqt-creator-c87d0d7b58e7fe6d5119cf5fddd734bf7c6df001.tar.gz
Squish: Stabilize test for removal of break points
Change-Id: I1fdfc654e18a4cb219624b65e5d812faa479eb66 Reviewed-by: Robert Loehning <robert.loehning@qt.io>
-rw-r--r--tests/system/shared/debugger.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/system/shared/debugger.py b/tests/system/shared/debugger.py
index 9263f52d52..49a83b1ca2 100644
--- a/tests/system/shared/debugger.py
+++ b/tests/system/shared/debugger.py
@@ -111,6 +111,7 @@ def removeOldBreakpoints():
except:
test.fatal("UI seems to have changed - check manually and fix this script.")
return False
+ waitFor("model.rowCount() == 0", 1000)
return test.compare(model.rowCount(), 0, "Check if all breakpoints have been removed.")
# function to do simple debugging of the current (configured) project