summaryrefslogtreecommitdiff
path: root/uitest
diff options
context:
space:
mode:
Diffstat (limited to 'uitest')
-rw-r--r--uitest/libreoffice/connection.py6
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: