Commit e1aa46e9 authored by Łukasz Nowak's avatar Łukasz Nowak

Avoid needless assertion.

There will be such delivery, as side effect of automatic bang.
parent 9719751a
...@@ -581,12 +581,6 @@ class TestVifibSlapBang(TestVifibSlapWebServiceMixin): ...@@ -581,12 +581,6 @@ class TestVifibSlapBang(TestVifibSlapWebServiceMixin):
sequence_list.addSequenceString(sequence_string) sequence_list.addSequenceString(sequence_string)
sequence_list.play(self) sequence_list.play(self)
def stepCheckComputerPartitionNoInstanceUpdateSalePackingList(self,
sequence, **kw):
self._checkComputerPartitionNoSalePackingList(
self.portal.portal_preferences.getPreferredInstanceUpdateResource(),
sequence)
def test_computer_bang_not_called_on_destroying_destroyed(self): def test_computer_bang_not_called_on_destroying_destroyed(self):
"""Check that bang is ignoring destruction in progress and """Check that bang is ignoring destruction in progress and
destroyed computer partitions""" destroyed computer partitions"""
...@@ -600,10 +594,6 @@ class TestVifibSlapBang(TestVifibSlapWebServiceMixin): ...@@ -600,10 +594,6 @@ class TestVifibSlapBang(TestVifibSlapWebServiceMixin):
Tic Tic
SlapLogout SlapLogout
LoginDefaultUser
CheckComputerPartitionNoInstanceUpdateSalePackingList
Logout
SlapLoginCurrentComputer SlapLoginCurrentComputer
SoftwareInstanceDestroyed SoftwareInstanceDestroyed
Tic Tic
...@@ -620,10 +610,6 @@ class TestVifibSlapBang(TestVifibSlapWebServiceMixin): ...@@ -620,10 +610,6 @@ class TestVifibSlapBang(TestVifibSlapWebServiceMixin):
Tic Tic
SlapLogout SlapLogout
LoginDefaultUser
CheckComputerPartitionNoInstanceUpdateSalePackingList
Logout
LoginERP5TypeTestCase LoginERP5TypeTestCase
CheckSiteConsistency CheckSiteConsistency
Logout Logout
...@@ -702,10 +688,6 @@ class TestVifibSlapBang(TestVifibSlapWebServiceMixin): ...@@ -702,10 +688,6 @@ class TestVifibSlapBang(TestVifibSlapWebServiceMixin):
Tic Tic
SlapLogout SlapLogout
LoginDefaultUser
CheckComputerPartitionNoInstanceUpdateSalePackingList
Logout
LoginERP5TypeTestCase LoginERP5TypeTestCase
CheckSiteConsistency CheckSiteConsistency
Logout Logout
......
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