Example #1
0
 def tearDownZope(self, app):
     super(ImagingFixture, self).tearDownZope(app)
     unpatchImageField()
     z2.uninstallProduct(app, 'plone.app.imaging')
Example #2
0
 def tearDownZope(self, app):
     super(ImagingFixture, self).tearDownZope(app)
     unpatchImageField()
     z2.uninstallProduct(app, 'plone.app.imaging')
Example #3
0
 def beforeTearDown(self):
     unpatchImageField()