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): ...@@ -190,19 +190,6 @@ class TestVifibSlapComputerPartitionLock(TestVifibSlapWebServiceMixin):
mirror_section_uid=person.getUid()) 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): def stepCreatePastSmallPayment(self, sequence, **kw):
person = self.portal.ERP5Site_getAuthenticatedMemberPersonValue(sequence[ person = self.portal.ERP5Site_getAuthenticatedMemberPersonValue(sequence[
'web_user']) 'web_user'])
...@@ -286,15 +273,11 @@ class TestVifibSlapComputerPartitionLock(TestVifibSlapWebServiceMixin): ...@@ -286,15 +273,11 @@ class TestVifibSlapComputerPartitionLock(TestVifibSlapWebServiceMixin):
def lock_user_string(self): def lock_user_string(self):
return '\ return '\
LoginERP5TypeTestCase \ LoginERP5TypeTestCase \
CreateHighBalanceInvoiceWebUser \ TriggerBuild \
Tic \
PlanInvoice \
Tic \ Tic \
ConfirmInvoice \ TriggerStopConfirmedInvoiceAlarm \
StartInvoice \
Tic \ Tic \
CheckWebUserBalanceHighAmount \ TriggerBuild \
TriggerLockPersonAlarm \
Tic \ Tic \
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