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
Xiaowu Zhang
slapos.core
Commits
7c12795f
Commit
7c12795f
authored
Dec 29, 2011
by
Romain Courteaud
🐸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Service are now exported with their states
parent
a013ef17
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
master/product/Vifib/tests/VifibMixin.py
master/product/Vifib/tests/VifibMixin.py
+0
-12
No files found.
master/product/Vifib/tests/VifibMixin.py
View file @
7c12795f
...
...
@@ -221,17 +221,6 @@ class testVifibMixin(ERP5TypeTestCase):
start_date
=
start_date
,
stop_date
=
stop_date
)
accounting_period
.
start
()
def
prepareTestServices
(
self
):
isTransitionPossible
=
self
.
portal
.
portal_workflow
.
isTransitionPossible
for
service
in
self
.
portal
.
portal_catalog
(
portal_type
=
"Service"
,
id
=
"vifib_%"
,
):
service
=
service
.
getObject
()
if
isTransitionPossible
(
service
,
'validate'
):
service
.
validate
()
def
setupVifibMachineAuthenticationPlugin
(
self
):
"""Sets up Vifib Authentication plugin"""
pas
=
self
.
getPortal
().
acl_users
...
...
@@ -294,7 +283,6 @@ class testVifibMixin(ERP5TypeTestCase):
self
.
setPreference
()
self
.
prepareTestUsers
()
self
.
prepareVifibAccountingPeriod
()
self
.
prepareTestServices
()
transaction
.
commit
()
self
.
tic
()
self
.
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