Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
slapos.core
Commits
93f6959b
Commit
93f6959b
authored
Feb 02, 2012
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
open_order_created state is dropped.
parent
4e3f4e04
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
master/product/Vifib/tests/testVifibSlapComputerPartitionLock.py
...product/Vifib/tests/testVifibSlapComputerPartitionLock.py
+11
-11
No files found.
master/product/Vifib/tests/testVifibSlapComputerPartitionLock.py
View file @
93f6959b
...
...
@@ -39,12 +39,12 @@ class TestVifibSlapComputerPartitionLock(TestVifibSlapWebServiceMixin):
person
=
self
.
portal
.
ERP5Site_getAuthenticatedMemberPersonValue
()
self
.
assertEquals
(
'locked'
,
person
.
getSlapState
())
def
stepCheckPerson
OpenOrderCreat
edState
(
self
,
sequence
,
**
kw
):
def
stepCheckPerson
Unlock
edState
(
self
,
sequence
,
**
kw
):
"""
Check that person payment state is the same than slap state
"""
person
=
self
.
portal
.
ERP5Site_getAuthenticatedMemberPersonValue
()
self
.
assertEquals
(
'
open_order_creat
ed'
,
person
.
getSlapState
())
self
.
assertEquals
(
'
unlock
ed'
,
person
.
getSlapState
())
register_new_user_sequence_string
=
'
\
Logout
\
...
...
@@ -160,7 +160,7 @@ class TestVifibSlapComputerPartitionLock(TestVifibSlapWebServiceMixin):
Logout
\
\
LoginWebUser
\
CheckPerson
OpenOrderCreat
edState
\
CheckPerson
Unlock
edState
\
Tic
\
Logout
\
\
...
...
@@ -182,7 +182,7 @@ class TestVifibSlapComputerPartitionLock(TestVifibSlapWebServiceMixin):
Logout
\
\
LoginWebUser
\
CheckPerson
OpenOrderCreat
edState
\
CheckPerson
Unlock
edState
\
Tic
\
Logout
\
\
...
...
@@ -192,7 +192,7 @@ class TestVifibSlapComputerPartitionLock(TestVifibSlapWebServiceMixin):
Logout
\
\
LoginWebUser
\
CheckPerson
OpenOrderCreat
edState
\
CheckPerson
Unlock
edState
\
Tic
\
Logout
\
\
...
...
@@ -231,7 +231,7 @@ class TestVifibSlapComputerPartitionLock(TestVifibSlapWebServiceMixin):
Logout
\
\
LoginWebUser
\
CheckPerson
OpenOrderCreat
edState
\
CheckPerson
Unlock
edState
\
Tic
\
Logout
\
\
...
...
@@ -245,7 +245,7 @@ class TestVifibSlapComputerPartitionLock(TestVifibSlapWebServiceMixin):
Logout
\
\
LoginWebUser
\
CheckPerson
OpenOrderCreat
edState
\
CheckPerson
Unlock
edState
\
Tic
\
Logout
\
\
...
...
@@ -284,7 +284,7 @@ class TestVifibSlapComputerPartitionLock(TestVifibSlapWebServiceMixin):
Logout
\
\
LoginWebUser
\
CheckPerson
OpenOrderCreat
edState
\
CheckPerson
Unlock
edState
\
Tic
\
Logout
\
\
...
...
@@ -338,7 +338,7 @@ class TestVifibSlapComputerPartitionLock(TestVifibSlapWebServiceMixin):
Logout
\
\
LoginWebUser
\
CheckPerson
OpenOrderCreat
edState
\
CheckPerson
Unlock
edState
\
Tic
\
Logout
\
\
...
...
@@ -412,7 +412,7 @@ class TestVifibSlapComputerPartitionLock(TestVifibSlapWebServiceMixin):
Logout
\
\
LoginWebUser
\
CheckPerson
OpenOrderCreat
edState
\
CheckPerson
Unlock
edState
\
Tic
\
Logout
\
\
...
...
@@ -442,7 +442,7 @@ class TestVifibSlapComputerPartitionLock(TestVifibSlapWebServiceMixin):
Logout
\
\
LoginWebUser
\
CheckPerson
OpenOrderCreat
edState
\
CheckPerson
Unlock
edState
\
Tic
\
Logout
\
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment