Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
preetwinder
erp5
Commits
62b154cf
Commit
62b154cf
authored
Jan 08, 2015
by
wenjie.zheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_workflow: delete no-related test.
parent
ccfa9f05
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
bt5/erp5_workflow/TestTemplateItem/portal_components/test.erp5.testWorkflow5Method.py
...teItem/portal_components/test.erp5.testWorkflow5Method.py
+2
-0
No files found.
bt5/erp5_workflow/TestTemplateItem/portal_components/test.erp5.testWorkflow5Method.py
View file @
62b154cf
...
@@ -96,6 +96,7 @@ class TestERP5Workflow(ERP5TypeTestCase):
...
@@ -96,6 +96,7 @@ class TestERP5Workflow(ERP5TypeTestCase):
new_object
.
setToCouscousPlease
()
new_object
.
setToCouscousPlease
()
self
.
assertEqual
(
new_object
.
getCategoryStateTitle
(),
'Couscous'
)
self
.
assertEqual
(
new_object
.
getCategoryStateTitle
(),
'Couscous'
)
"""
organisationX = self.portal.organisation_module.newContent(
organisationX = self.portal.organisation_module.newContent(
portal_type='Organisation',
portal_type='Organisation',
id='orgnisation_x')
id='orgnisation_x')
...
@@ -106,6 +107,7 @@ class TestERP5Workflow(ERP5TypeTestCase):
...
@@ -106,6 +107,7 @@ class TestERP5Workflow(ERP5TypeTestCase):
organisationX.validate()
organisationX.validate()
self.assertEqual(organisationX.getValidationStateTitle(), 'Validated')
self.assertEqual(organisationX.getValidationStateTitle(), 'Validated')
"""
def
test_suite
():
def
test_suite
():
suite
=
unittest
.
TestSuite
()
suite
=
unittest
.
TestSuite
()
...
...
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