Commit 443131e0 authored by Łukasz Nowak's avatar Łukasz Nowak

Do not refresh.

Builder will be called on Business Process paths, so it is acceptable to have
more documents built.
parent 47b5668a
......@@ -106,11 +106,6 @@ class TestVifibInstanceHostingRelatedDocument(TestVifibSlapWebServiceMixin):
portal_type="Payment Transaction",
sort_on=(("creation_date", "DESC"),))[0]
def stepRefresh(self, sequence, **kw):
self.stepBuildOneMoreInvoice(sequence, **kw)
self.stepBuildOneMoreInvoiceTransaction(sequence, **kw)
self.stepBuildOneMorePayment(sequence, **kw)
def test_OpenOrder_sale_packing_list(self):
"""
Check that sale_packing_list is generated properly from simulation
......@@ -147,12 +142,7 @@ class TestVifibInstanceHostingRelatedDocument(TestVifibSlapWebServiceMixin):
sequence_list = SequenceList()
sequence_string = \
self.prepare_installed_computer_partition_sequence_string \
+ """
LoginDefaultUser
Refresh
Tic
SlapLogout
""" + (check_one_month * 12)
+ (check_one_month * 12)
sequence_list.addSequenceString(sequence_string)
sequence_list.play(self)
......
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