[Libreoffice-commits] core.git: uitest/libreoffice
Markus Mohrhard
markus.mohrhard at googlemail.com
Mon Feb 27 09:41:53 UTC 2017
uitest/libreoffice/connection.py | 6 ------
1 file changed, 6 deletions(-)
New commits:
commit 1ee316deb13a066b66dcc13e4aa7fbab87b4d9e5
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Mon Feb 27 00:46:50 2017 +0100
uitest: remove old test methods
Change-Id: I29296c90811f9a910c505a9dcd4db7f13a6130b8
Reviewed-on: https://gerrit.libreoffice.org/34664
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
diff --git a/uitest/libreoffice/connection.py b/uitest/libreoffice/connection.py
index 64f1dd9..94dd9fd 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:
More information about the Libreoffice-commits
mailing list