aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_WELP/tst_WELP03/test.py
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2018-07-10 14:24:27 +0200
committerRobert Loehning <robert.loehning@qt.io>2018-07-12 14:31:18 +0000
commit7e3cdbe548a4ef078ee636b0c464923bbbb813cd (patch)
tree56a56b022c74817e14a31647c708e49f7e56a7da /tests/system/suite_WELP/tst_WELP03/test.py
parentd7733bafe102208c6f9b7b0fc0b44dd2280790ab (diff)
Squish: Remove unused variables
Change-Id: I24d8ecbe7e7208a20d0f27f62d5b8f488d2a240a Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests/system/suite_WELP/tst_WELP03/test.py')
-rw-r--r--tests/system/suite_WELP/tst_WELP03/test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/system/suite_WELP/tst_WELP03/test.py b/tests/system/suite_WELP/tst_WELP03/test.py
index 347d37ec1a..86cc8c12dc 100644
--- a/tests/system/suite_WELP/tst_WELP03/test.py
+++ b/tests/system/suite_WELP/tst_WELP03/test.py
@@ -106,7 +106,7 @@ def main():
"Verifying: The project is shown in 'Edit' mode.")
invokeContextMenuOnProject('2dpainting', 'Close Project "2dpainting"')
navTree = waitForObject(":Qt Creator_Utils::NavigationTreeView")
- res = waitFor("navTree.model().rowCount(navTree.rootIndex()) == 0", 2000)
+ waitFor("navTree.model().rowCount(navTree.rootIndex()) == 0", 2000)
test.verify(not checkIfObjectItemExists(":Qt Creator_Utils::NavigationTreeView", "2dpainting"),
"Verifying: The first example is closed.")
# clean up created packaging directories
@@ -132,7 +132,7 @@ def main():
"Verifying: The project is shown in 'Edit' mode while old project isn't.")
invokeContextMenuOnProject('addressbook', 'Close Project "addressbook"')
navTree = waitForObject(":Qt Creator_Utils::NavigationTreeView")
- res = waitFor("navTree.model().rowCount(navTree.rootIndex()) == 0", 2000)
+ waitFor("navTree.model().rowCount(navTree.rootIndex()) == 0", 2000)
test.verify(not checkIfObjectItemExists(":Qt Creator_Utils::NavigationTreeView", "addressbook"),
"Verifying: The second example is closed.")
# clean up created packaging directories