summaryrefslogtreecommitdiff
path: root/unotest/source
diff options
context:
space:
mode:
Diffstat (limited to 'unotest/source')
-rw-r--r--unotest/source/python/org/libreoffice/unotest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotest/source/python/org/libreoffice/unotest.py b/unotest/source/python/org/libreoffice/unotest.py
index 3da77ffdbd3e..6a7f8143cdd2 100644
--- a/unotest/source/python/org/libreoffice/unotest.py
+++ b/unotest/source/python/org/libreoffice/unotest.py
@@ -175,7 +175,7 @@ class UnoInProcess:
return self.xDoc
def setUp(self):
self.xContext = pyuno.getComponentContext()
- pyuno.experimentalExtraMagic()
+ pyuno.private_initTestEnvironment()
def openEmptyWriterDoc(self):
assert(self.xContext)
smgr = self.getContext().ServiceManager