• Stephan Bergmann's avatar
    Call pyuno.private_initTestEnvironment() only once · 4bf3b4ee
    Stephan Bergmann yazdı
    ...instead of once for each class derived from CollectionsTestBase (as listed in
    pyuno/PythonTest_pyuno_pytests_testcollections.mk), causing the
    
      assert(!pSVData->maDeInitHook.IsSet());
    
    in Application::setDeInitHook (vcl/source/app/svapp.cxx) to fire.
    
    This is probably far from being idiomatic Python code...
    
    Change-Id: I8cd1470c085b16b7b82468a308cfd1dead2db034
    4bf3b4ee
testcollections_base.py 1.94 KB