Commit 27daa8a4 authored by Łukasz Nowak's avatar Łukasz Nowak

Drop name clash.

parent 9250fc4b
...@@ -1227,7 +1227,7 @@ if context.getTitle() == 'Not visited by SimulationMovement_buildSlapOS': ...@@ -1227,7 +1227,7 @@ if context.getTitle() == 'Not visited by SimulationMovement_buildSlapOS':
transaction.commit() transaction.commit()
return wrapped return wrapped
class TestAlarm(testSlapOSMixin): class TestSlapOSTriggerBuildAlarm(testSlapOSMixin):
@simulateSimulationMovement_buildSlapOS @simulateSimulationMovement_buildSlapOS
def test_SimulationMovement_withoutDelivery(self): def test_SimulationMovement_withoutDelivery(self):
applied_rule = self.portal.portal_simulation.newContent( applied_rule = self.portal.portal_simulation.newContent(
...@@ -1452,7 +1452,7 @@ if context.getTitle() == 'Not visited by Delivery_manageBuildingCalculatingDeliv ...@@ -1452,7 +1452,7 @@ if context.getTitle() == 'Not visited by Delivery_manageBuildingCalculatingDeliv
transaction.commit() transaction.commit()
return wrapped return wrapped
class TestAlarm(testSlapOSMixin): class TestSlapOSManageBuildingCalculatingDeliveryAlarm(testSlapOSMixin):
@simulateDelivery_manageBuildingCalculatingDelivery @simulateDelivery_manageBuildingCalculatingDelivery
def _test(self, state, message): def _test(self, state, message):
delivery = self.portal.sale_packing_list_module.newContent( delivery = self.portal.sale_packing_list_module.newContent(
......
...@@ -253,7 +253,7 @@ class TestDefaultInvoicingRule(testSlapOSMixin): ...@@ -253,7 +253,7 @@ class TestDefaultInvoicingRule(testSlapOSMixin):
SimulationMovement.getSimulationState = SimulationMovement\ SimulationMovement.getSimulationState = SimulationMovement\
.original_getSimulationState .original_getSimulationState
class TestDefaultInvoiceTransactionRule(testSlapOSMixin): class TestDefaultPaymentRule(testSlapOSMixin):
@withAbort @withAbort
def test_simulation(self): def test_simulation(self):
from Products.ERP5.Document.SimulationMovement import SimulationMovement from Products.ERP5.Document.SimulationMovement import SimulationMovement
...@@ -600,7 +600,7 @@ class TestHostingSubscriptionSimulation(testSlapOSMixin): ...@@ -600,7 +600,7 @@ class TestHostingSubscriptionSimulation(testSlapOSMixin):
SimulationMovement.isFrozen = SimulationMovement.originalIsFrozen SimulationMovement.isFrozen = SimulationMovement.originalIsFrozen
delattr(SimulationMovement, 'originalIsFrozen') delattr(SimulationMovement, 'originalIsFrozen')
class TestDefaultInvoiceTransactionRule(testSlapOSMixin): class TestDefaultTradeModelRule(testSlapOSMixin):
@withAbort @withAbort
def test_simulation(self): def test_simulation(self):
from Products.ERP5.Document.SimulationMovement import SimulationMovement from Products.ERP5.Document.SimulationMovement import SimulationMovement
......
94 95
\ No newline at end of file \ No newline at end of file
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