summaryrefslogtreecommitdiff
path: root/pyuno/qa
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-06-03 09:34:53 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-06-04 08:55:11 +0200
commit982820640865addb921e32b26d9aae3c3b3a10d7 (patch)
tree90defd570a1371b35af5fdbcd1d6b3767e32d79e /pyuno/qa
parent70c8b4567fc6a5ccb8fb5a6bdcbc26f267f5af4d (diff)
Demystify magic ponies
Change-Id: I7e619daf8743d3471ece72d81f6cf1bb61741646
Diffstat (limited to 'pyuno/qa')
-rw-r--r--pyuno/qa/pytests/insertremovecells.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/qa/pytests/insertremovecells.py b/pyuno/qa/pytests/insertremovecells.py
index 4ce2707602bc..0c9626caa7d2 100644
--- a/pyuno/qa/pytests/insertremovecells.py
+++ b/pyuno/qa/pytests/insertremovecells.py
@@ -14,7 +14,7 @@ class InsertRemoveCells(unittest.TestCase):
@classmethod
def setUpClass(cls):
cls.xContext = pyuno.getComponentContext()
- pyuno.experimentalExtraMagic()
+ pyuno.private_initTestEnvironment()
# no need for a tearDown(cls) method.