summaryrefslogtreecommitdiff
path: root/uitest/demo_ui/edit.py
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-05-11 01:44:00 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-18 17:02:16 +0200
commit8ee75350a9bd5e5b3d4183ef0168c717896f202a (patch)
tree8cfe467b997c539621860f5e6dd54b512644bfab /uitest/demo_ui/edit.py
parent0c5abdea5fe40350df6234e71b70cab1f11764ac (diff)
uitest: close all the documents in the tests
Change-Id: I4ad9c2603edbf3ac6fc4db60481dc93c16ea63ff
Diffstat (limited to 'uitest/demo_ui/edit.py')
-rw-r--r--uitest/demo_ui/edit.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/uitest/demo_ui/edit.py b/uitest/demo_ui/edit.py
index 2b44f202cbfa..f418a3600e63 100644
--- a/uitest/demo_ui/edit.py
+++ b/uitest/demo_ui/edit.py
@@ -39,8 +39,6 @@ def type_text(xContext):
xAddBtn = xAddNameDlg.getChild("cancel")
xAddBtn.executeAction("CLICK", tuple())
- xUITest.executeCommand(".uno:CloseDoc")
-
ui_test.close_doc()
# vim:set shiftwidth=4 softtabstop=4 expandtab: */