diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-06-03 09:34:53 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-06-04 08:55:11 +0200 |
commit | 982820640865addb921e32b26d9aae3c3b3a10d7 (patch) | |
tree | 90defd570a1371b35af5fdbcd1d6b3767e32d79e /unotest/source/python/org | |
parent | 70c8b4567fc6a5ccb8fb5a6bdcbc26f267f5af4d (diff) |
Demystify magic ponies
Change-Id: I7e619daf8743d3471ece72d81f6cf1bb61741646
Diffstat (limited to 'unotest/source/python/org')
-rw-r--r-- | unotest/source/python/org/libreoffice/unotest.py | 2 |
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 |