summaryrefslogtreecommitdiff
path: root/tests/system/suite_editors
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@digia.com>2014-02-13 13:15:33 +0100
committerRobert Loehning <robert.loehning@digia.com>2014-02-13 13:37:22 +0100
commit6a8dc025d50a1791b5e192839999586583752de9 (patch)
treed5ef7dfbb5480fd7f9ffac860ecc358759e7bb22 /tests/system/suite_editors
parentd67b7229da0869ae4233ebbece6e7343847ea36f (diff)
downloadqt-creator-6a8dc025d50a1791b5e192839999586583752de9.tar.gz
Squish: Update objects moved from Find::Internal
Change-Id: Icc34cdcf6b6fc5aa08f10b1cad4306ce666d21dc Reviewed-by: Christian Stenger <christian.stenger@digia.com>
Diffstat (limited to 'tests/system/suite_editors')
-rw-r--r--tests/system/suite_editors/tst_qml_editor/test.py2
-rw-r--r--tests/system/suite_editors/tst_rename_macros/test.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/system/suite_editors/tst_qml_editor/test.py b/tests/system/suite_editors/tst_qml_editor/test.py
index 7a24659d05..fe188db512 100644
--- a/tests/system/suite_editors/tst_qml_editor/test.py
+++ b/tests/system/suite_editors/tst_qml_editor/test.py
@@ -80,7 +80,7 @@ def testRenameId():
invokeContextMenuItem(editor, "Rename Symbol Under Cursor")
waitFor("searchFinished")
type(waitForObject("{leftWidget={text='Replace with:' type='QLabel' unnamed='1' visible='1'} "
- "type='Find::Internal::WideEnoughLineEdit' unnamed='1' visible='1' "
+ "type='Core::Internal::WideEnoughLineEdit' unnamed='1' visible='1' "
"window=':Qt Creator_Core::Internal::MainWindow'}"), "renamedView")
clickButton(waitForObject("{text='Replace' type='QToolButton' unnamed='1' visible='1' "
"window=':Qt Creator_Core::Internal::MainWindow'}"))
diff --git a/tests/system/suite_editors/tst_rename_macros/test.py b/tests/system/suite_editors/tst_rename_macros/test.py
index 6c44c1e8f9..cceb4196d8 100644
--- a/tests/system/suite_editors/tst_rename_macros/test.py
+++ b/tests/system/suite_editors/tst_rename_macros/test.py
@@ -127,7 +127,7 @@ def performMacroRenaming(newMacroName):
validateSearchResult(2)
replaceLineEdit = waitForObject("{leftWidget={text='Replace with:' type='QLabel' "
"unnamed='1' visible='1'} "
- "type='Find::Internal::WideEnoughLineEdit' unnamed='1' "
+ "type='Core::Internal::WideEnoughLineEdit' unnamed='1' "
"visible='1' "
"window=':Qt Creator_Core::Internal::MainWindow'}")
replaceEditorContent(replaceLineEdit, newMacroName)