diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-02-27 00:46:50 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-02-27 09:41:26 +0000 |
commit | 1ee316deb13a066b66dcc13e4aa7fbab87b4d9e5 (patch) | |
tree | b22f84e33c92e1e29faed5a31aab8274db71512e | |
parent | b7863e40bcdf8ec5c393eb065431a94168a77556 (diff) |
uitest: remove old test methods
Change-Id: I29296c90811f9a910c505a9dcd4db7f13a6130b8
Reviewed-on: https://gerrit.libreoffice.org/34664
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
-rw-r--r-- | uitest/libreoffice/connection.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/uitest/libreoffice/connection.py b/uitest/libreoffice/connection.py index 64f1dd94a063..94dd9fd36bde 100644 --- a/uitest/libreoffice/connection.py +++ b/uitest/libreoffice/connection.py @@ -153,12 +153,6 @@ class PersistentConnection: conn.setUp() self.connection = conn - def preTest(self): - assert(self.connection) - - def postTest(self): - assert(self.connection) - def tearDown(self): if self.connection: try: |