summaryrefslogtreecommitdiff
path: root/pyuno/qa/pytests
diff options
context:
space:
mode:
Diffstat (limited to 'pyuno/qa/pytests')
-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.