Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5_rtl_support
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
Romain Courteaud
erp5_rtl_support
Commits
cca7b604
Commit
cca7b604
authored
Oct 17, 2017
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testXHTML: sort JSL ignored file and skin lists
parent
cb74f421
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
16 deletions
+31
-16
product/ERP5/tests/testXHTML.py
product/ERP5/tests/testXHTML.py
+31
-16
No files found.
product/ERP5/tests/testXHTML.py
View file @
cca7b604
...
@@ -49,22 +49,37 @@ class TestXHTMLMixin(ERP5TypeTestCase):
...
@@ -49,22 +49,37 @@ class TestXHTMLMixin(ERP5TypeTestCase):
# some forms have intentionally empty listbox selections like RSS generators
# some forms have intentionally empty listbox selections like RSS generators
FORM_LISTBOX_EMPTY_SELECTION_PATH_LIST
=
[
'erp5_web_widget_library/WebSection_viewContentListAsRSS'
]
FORM_LISTBOX_EMPTY_SELECTION_PATH_LIST
=
[
'erp5_web_widget_library/WebSection_viewContentListAsRSS'
]
JSL_IGNORE_FILE_LIST
=
(
'require.js'
,
'require.min.js'
,
'wz_dragdrop.js'
,
JSL_IGNORE_FILE_LIST
=
(
'renderjs.js'
,
'jio.js'
,
'rsvp.js'
,
'handlebars.js'
,
'dream_graph_editor/lib/handlebars.min.js'
,
'pdf_js/build/pdf.js'
,
'pdf_js/build/pdf.worker.js'
,
'dream_graph_editor/lib/jquery-ui.js'
,
'pdf_js/compatibility.js'
,
'pdf_js/debugger.js'
,
'dream_graph_editor/lib/jquery.js'
,
'pdf_js/viewer.js'
,
'pdf_js/l10n.js'
,
'dream_graph_editor/lib/jquery.jsplumb.js'
,
'dream_graph_editor/lib/handlebars.min.js'
,
'dream_graph_editor/lib/jquery.simulate.js'
,
'dream_graph_editor/lib/jquery-ui.js'
,
'dream_graph_editor/lib/qunit.js'
,
'dream_graph_editor/lib/jquery.js'
,
'dream_graph_editor/lib/springy.js'
,
'dream_graph_editor/lib/jquery.jsplumb.js'
,
'handlebars.js'
,
'dream_graph_editor/lib/jquery.simulate.js'
,
'jio.js'
,
'dream_graph_editor/lib/qunit.js'
,
'pdf_js/build/pdf.js'
,
'dream_graph_editor/lib/springy.js'
,
'pdf_js/build/pdf.worker.js'
,
)
'pdf_js/compatibility.js'
,
JSL_IGNORE_SKIN_LIST
=
(
'erp5_ace_editor'
,
'erp5_code_mirror'
,
'pdf_js/debugger.js'
,
'erp5_fckeditor'
,
'erp5_jquery'
,
'erp5_jquery_ui'
,
'pdf_js/l10n.js'
,
'erp5_svg_editor'
,
'erp5_xinha_editor'
)
'pdf_js/viewer.js'
,
'renderjs.js'
,
'require.js'
,
'require.min.js'
,
'rsvp.js'
,
'wz_dragdrop.js'
,
)
JSL_IGNORE_SKIN_LIST
=
(
'erp5_ace_editor'
,
'erp5_code_mirror'
,
'erp5_fckeditor'
,
'erp5_jquery'
,
'erp5_jquery_ui'
,
'erp5_svg_editor'
,
'erp5_xinha_editor'
,
)
def
changeSkin
(
self
,
skin_name
):
def
changeSkin
(
self
,
skin_name
):
"""
"""
...
...
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