From 7746c31774ba58c3a99f84669ec7bc8aedfdbb61 Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Wed, 21 Dec 2016 15:49:01 +0100 Subject: [PATCH] Squish: Use different function name in tst_CSUP01 realloc is not being listed by Clang Code Model Task-number: QTCREATORBUG-17490 Change-Id: I006fee04579706fbf5edf8b890bd7be8e090d01f Reviewed-by: Christian Stenger --- tests/system/suite_CSUP/tst_CSUP01/test.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/system/suite_CSUP/tst_CSUP01/test.py b/tests/system/suite_CSUP/tst_CSUP01/test.py index 624a68fd124..de19428f721 100644 --- a/tests/system/suite_CSUP/tst_CSUP01/test.py +++ b/tests/system/suite_CSUP/tst_CSUP01/test.py @@ -66,9 +66,9 @@ def main(): type(editorWidget, "") type(editorWidget, "re") triggerCompletion(editorWidget) - waitForObjectItem(":popupFrame_Proposal_QListView", "realloc") - doubleClickItem(":popupFrame_Proposal_QListView", "realloc", 5, 5, 0, Qt.LeftButton) - test.compare(str(lineUnderCursor(editorWidget)).strip(), "realloc()", + waitForObjectItem(":popupFrame_Proposal_QListView", "realpath") + doubleClickItem(":popupFrame_Proposal_QListView", "realpath", 5, 5, 0, Qt.LeftButton) + test.compare(str(lineUnderCursor(editorWidget)).strip(), "realpath()", "Step 3: Verifying if: The list of suggestions is opened. It is " "possible to select one of the suggestions.") # Step 4: Insert text "voi" to new line and press Tab.