From 14976ca1422632a9700d7140c5a23f7ac27978e0 Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Tue, 27 May 2014 14:30:15 +0200 Subject: [PATCH] Squish: Stabilize tst_APTW03 Change-Id: I301c47ca3f09d0f88ceaf7908d35d071c2d73ce5 Reviewed-by: Christian Stenger --- tests/system/suite_APTW/tst_APTW03/test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/system/suite_APTW/tst_APTW03/test.py b/tests/system/suite_APTW/tst_APTW03/test.py index 19cc55ba95a..0e23cea03ba 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 *"])