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
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Rafael Monnerat
slapos.core
Commits
bcfe3424
Commit
bcfe3424
authored
May 27, 2020
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testSlapOSMixin: Replace myisam by mroonga for full text engine
parent
ab5a7669
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
master/product/SlapOS/tests/testSlapOSMixin.py
master/product/SlapOS/tests/testSlapOSMixin.py
+2
-2
No files found.
master/product/SlapOS/tests/testSlapOSMixin.py
View file @
bcfe3424
...
@@ -238,7 +238,7 @@ class testSlapOSMixin(ERP5TypeTestCase):
...
@@ -238,7 +238,7 @@ class testSlapOSMixin(ERP5TypeTestCase):
'erp5_mysql_innodb_catalog'
,
'erp5_mysql_innodb_catalog'
,
'erp5_upgrader'
,
'erp5_upgrader'
,
'slapos_upgrader'
,
'slapos_upgrader'
,
'erp5_full_text_m
yisam
_catalog'
,
'erp5_full_text_m
roonga
_catalog'
,
'erp5_core_proxy_field_legacy'
,
'erp5_core_proxy_field_legacy'
,
'erp5_base'
,
'erp5_base'
,
'erp5_administration'
,
'erp5_administration'
,
...
@@ -331,7 +331,7 @@ class testSlapOSMixin(ERP5TypeTestCase):
...
@@ -331,7 +331,7 @@ class testSlapOSMixin(ERP5TypeTestCase):
Install the business templates.
Install the business templates.
"""
"""
result
=
[
result
=
[
'erp5_full_text_m
yisam
_catalog'
,
'erp5_full_text_m
roonga
_catalog'
,
'erp5_core_proxy_field_legacy'
,
'erp5_core_proxy_field_legacy'
,
'erp5_base'
,
'erp5_base'
,
'erp5_accounting'
,
'erp5_accounting'
,
...
...
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