summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@digia.com>2014-05-27 14:30:15 +0200
committerRobert Loehning <robert.loehning@digia.com>2014-05-27 15:08:44 +0200
commit14976ca1422632a9700d7140c5a23f7ac27978e0 (patch)
tree933f7d5e56abb8609872e7e3d3fa3f5c8b35aaac
parentda323129f160548d2ff22112451e79c017d67f86 (diff)
downloadqt-creator-14976ca1422632a9700d7140c5a23f7ac27978e0.tar.gz
Squish: Stabilize tst_APTW03
Change-Id: I301c47ca3f09d0f88ceaf7908d35d071c2d73ce5 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
-rw-r--r--tests/system/suite_APTW/tst_APTW03/test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/system/suite_APTW/tst_APTW03/test.py b/tests/system/suite_APTW/tst_APTW03/test.py
index 19cc55ba95..0e23cea03b 100644
--- a/tests/system/suite_APTW/tst_APTW03/test.py
+++ b/tests/system/suite_APTW/tst_APTW03/test.py
@@ -105,6 +105,7 @@ def main():
editor = getEditorForFileSuffix("%s.h" % className.lower())
oldContent = str(editor.plainText)
placeCursorToLine(editor, "class %s.*" % className, True)
+ snooze(1) # avoid timing issue with the parser
invokeContextMenuItem(editor, "Refactor", "Insert Virtual Functions of Base Classes")
handleInsertVirtualFunctions(["keys() const = 0 : QStringList",
"create(const QString &, const QString &) = 0 : QObject *"])