예제 #1
0
파일: unotest.py 프로젝트: zzz99977/core
 def setUp(self):
     self.xContext = pyuno.getComponentContext()
     pyuno.private_initTestEnvironment()
 def setUp(self):
     self.xContext = pyuno.getComponentContext()
     global havePonies
     if not(havePonies):
         pyuno.private_initTestEnvironment()
         havePonies = True
예제 #3
0
 def setUp(self):
     self.xContext = pyuno.getComponentContext()
     global havePonies
     if not (havePonies):
         pyuno.private_initTestEnvironment()
         havePonies = True
예제 #4
0
파일: unotest.py 프로젝트: bihai/core
 def setUp(self):
     self.xContext = pyuno.getComponentContext()
     pyuno.private_initTestEnvironment()