Commit 614ac6a5 authored by Łukasz Nowak's avatar Łukasz Nowak

Never test before commit, or something like this.

parent f3da4aa5
......@@ -36,12 +36,12 @@ class testSlapOSMixin(Products.Vifib.tests.VifibMixin.testVifibMixin):
def _setUpDummyMailHost(self):
"""Do not play with NON persistent replacement of MailHost"""
if not self.isLiveTest():
super(self, testSlapOSMixin)._setUpDummyMailHost()
super(testSlapOSMixin, self)._setUpDummyMailHost()
def _restoreMailHost(self):
"""Do not play with NON persistent replacement of MailHost"""
if not self.isLiveTest():
super(self, testSlapOSMixin)._restoreMailHost()
super(testSlapOSMixin, self)._restoreMailHost()
def beforeTearDown(self):
if self.isLiveTest():
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment