[Pkg-privacy-commits] [mat] 02/02: remove explicit focus settings

Sascha Steinbiss sascha at steinbiss.name
Thu Mar 17 00:09:10 UTC 2016


This is an automated email from the git hooks/post-receive script.

sascha-guest pushed a commit to branch gui_tests
in repository mat.

commit 3741a813d5d9d3f1be0f3640de0caea8a6a1d218
Author: Sascha Steinbiss <sascha at steinbiss.name>
Date:   Wed Mar 16 23:42:44 2016 +0000

    remove explicit focus settings
---
 debian/tests/check-mat | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/debian/tests/check-mat b/debian/tests/check-mat
index aaddcbb..277edef 100755
--- a/debian/tests/check-mat
+++ b/debian/tests/check-mat
@@ -52,9 +52,6 @@ class TestMatGUIFunctional(unittest.TestCase):
         self.add = self.rootapp.child(roleName="tool bar").child(name="Add")
         self.clean = self.rootapp.child(
             roleName="tool bar").child(name="Clean")
-        self.mat_window_title = 'Metadata Anonymisation Toolkit'
-        focus.application("mat-gui")
-        focus.frame(self.mat_window_title)
 
     def tearDown(self):
         try:
@@ -111,7 +108,6 @@ class TestMatGUIFunctional(unittest.TestCase):
         """
         Add the contents of a directory with dirty files to MAT.
         """
-        focus.frame(self.mat_window_title)
         self.add.click()
         window = self.rootapp.child(roleName='file chooser', recursive=False)
         window.child("mat").click()
@@ -168,7 +164,6 @@ class TestMatGUIFunctional(unittest.TestCase):
         """
         Add the contents of an archive with unsupported files to MAT.
         """
-        focus.frame(self.mat_window_title)
         self.add.click()
         window = self.rootapp.child(roleName='file chooser')
         window.child("mat").click()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/mat.git



More information about the Pkg-privacy-commits mailing list