Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5_workflow
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenjie.zheng
erp5_workflow
Commits
31f4d27c
Commit
31f4d27c
authored
Jun 14, 2011
by
Gabriel Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update dependency list of bt5
parent
4b2e41f2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
8 deletions
+5
-8
product/ERP5/tests/testSpellChecking.py
product/ERP5/tests/testSpellChecking.py
+5
-8
No files found.
product/ERP5/tests/testSpellChecking.py
View file @
31f4d27c
...
...
@@ -59,7 +59,6 @@ class Aspell(object):
stdout
=
PIPE
,
stderr
=
PIPE
,
close_fds
=
True
)
return
subprocess
.
communicate
()[
0
].
split
(
'
\
n
'
)[
1
:]
class
TestSpellChecking
(
ERP5TypeTestCase
):
run_all_test
=
1
...
...
@@ -69,18 +68,19 @@ class TestSpellChecking(ERP5TypeTestCase):
return
"Spell Checking Test"
def
getBusinessTemplateList
(
self
):
return
(
'erp5_base'
,
return
(
'erp5_full_text_myisam_catalog'
,
'erp5_base'
,
'erp5_simulation'
,
'erp5_accounting'
,
'erp5_pdm'
,
'erp5_trade'
,
'erp5_workflow'
,
'erp5_jquery'
,
'erp5_jquery_ui'
,
'erp5_web'
,
'erp5_ingestion_mysql_innodb_catalog'
,
'erp5_ingestion'
,
'erp5_invoicing'
,
'erp5_advanced_invoicing'
,
'erp5_apparel'
,
'erp5_archive'
,
...
...
@@ -90,12 +90,11 @@ class TestSpellChecking(ERP5TypeTestCase):
#'erp5_banking_inventory',
'erp5_budget'
,
'erp5_calendar'
,
'erp5_commerce'
,
'erp5_consulting'
,
'erp5_content_translation'
,
'erp5_credential'
,
'erp5_crm'
,
'erp5_credential'
,
'erp5_data_protection'
,
'erp5_dms'
,
#'erp5_egov_catalog',
...
...
@@ -108,13 +107,11 @@ class TestSpellChecking(ERP5TypeTestCase):
'erp5_mrp'
,
'erp5_open_trade'
,
'erp5_payroll'
,
'erp5_project'
,
'erp5_publication'
,
#'erp5_registry_ohada',
'erp5_simulation_performance_test'
,
'erp5_ui_test'
,
'erp5_wizard'
,
)
...
...
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