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
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
Xavier Thompson
erp5
Commits
7558a6b2
Commit
7558a6b2
authored
Feb 06, 2013
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
install erp5_movement_table_catalog for the tests that have not been updated
parent
d87b9db8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
1 deletion
+11
-1
product/ERP5/tests/testImmobilisation.py
product/ERP5/tests/testImmobilisation.py
+1
-0
product/ERP5/tests/testMilestoneReporting.py
product/ERP5/tests/testMilestoneReporting.py
+4
-1
product/ERP5Type/tests/testFunctionalCore.py
product/ERP5Type/tests/testFunctionalCore.py
+6
-0
No files found.
product/ERP5/tests/testImmobilisation.py
View file @
7558a6b2
...
...
@@ -92,6 +92,7 @@ class TestImmobilisationMixin(ERP5TypeTestCase):
'erp5_configurator_standard_accounting_template'
,
'erp5_configurator_standard_invoicing_template'
,
"erp5_simulation_test"
,
"erp5_movement_table_catalog"
# ImmobilisationItem.py uses movement table
)
def
getRuleTool
(
self
):
...
...
product/ERP5/tests/testMilestoneReporting.py
View file @
7558a6b2
...
...
@@ -32,7 +32,10 @@ from DateTime import DateTime
class
MilestoneReportingMixin
:
business_template_list
=
(
'erp5_base'
,
'erp5_pdm'
,
'erp5_trade'
,
'erp5_project'
,)
business_template_list
=
(
'erp5_base'
,
'erp5_pdm'
,
'erp5_trade'
,
'erp5_project'
,
# XXX This report have to be updated not to use movement table
"erp5_movement_table_catalog"
,
)
@
reindex
def
_makeOneMilestone
(
self
,
project_title
,
**
kw
):
...
...
product/ERP5Type/tests/testFunctionalCore.py
View file @
7558a6b2
...
...
@@ -68,6 +68,12 @@ class TestZeleniumCore(ERP5TypeFunctionalTestCase):
# manager user and continue other tests as a user created in
# that test.
'erp5_web_ui_test'
,
# Accounting Module list from erp5_accounting still uses movement table
# TODO: merge erp5_accounting_alternate_catalog in
# erp5_accounting and update those tests
# (erp5_accounting_alternate_catalog does not provide stat columns)
'erp5_movement_table_catalog'
,
)
def
test_suite
():
...
...
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