Commit 24f4783d authored by Łukasz Nowak's avatar Łukasz Nowak

Disable locking.

Users are locked until they will registration payment, as soon as related
invoice is stopped.
parent 25d501a0
......@@ -190,19 +190,6 @@ class TestVifibSlapComputerPartitionLock(TestVifibSlapWebServiceMixin):
mirror_section_uid=person.getUid())
)
create_small_registration_fee_invoice = """
LoginERP5TypeTestCase
CreateSmallInvoiceWebUser
Tic
PlanInvoice
Tic
ConfirmInvoice
StartInvoice
Tic
CheckWebUserBalanceSmallAmount
Logout
"""
def stepCreatePastSmallPayment(self, sequence, **kw):
person = self.portal.ERP5Site_getAuthenticatedMemberPersonValue(sequence[
'web_user'])
......@@ -286,15 +273,11 @@ class TestVifibSlapComputerPartitionLock(TestVifibSlapWebServiceMixin):
def lock_user_string(self):
return '\
LoginERP5TypeTestCase \
CreateHighBalanceInvoiceWebUser \
Tic \
PlanInvoice \
TriggerBuild \
Tic \
ConfirmInvoice \
StartInvoice \
TriggerStopConfirmedInvoiceAlarm \
Tic \
CheckWebUserBalanceHighAmount \
TriggerLockPersonAlarm \
TriggerBuild \
Tic \
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