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
Labels
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Romain Courteaud
erp5
Commits
d834f76f
Commit
d834f76f
authored
Dec 04, 2020
by
Gabriel Monnerat
Committed by
Romain Courteaud
Dec 11, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_core_test: Fix tool title
parent
ce3f2b63
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
74 additions
and
49 deletions
+74
-49
bt5/erp5_core_test/TestTemplateItem/portal_components/test.erp5.testBusinessTemplate.py
...eItem/portal_components/test.erp5.testBusinessTemplate.py
+1
-1
bt5/erp5_core_test/TestTemplateItem/portal_components/test.erp5.testBusinessTemplate.xml
...Item/portal_components/test.erp5.testBusinessTemplate.xml
+73
-48
No files found.
bt5/erp5_core_test/TestTemplateItem/portal_components/test.erp5.testBusinessTemplate.py
View file @
d834f76f
...
@@ -3393,7 +3393,7 @@ class TestBusinessTemplate(BusinessTemplateMixin):
...
@@ -3393,7 +3393,7 @@ class TestBusinessTemplate(BusinessTemplateMixin):
# tests
# tests
def
test_Title
(
self
):
def
test_Title
(
self
):
"""Tests the Title of the Template Tool."""
"""Tests the Title of the Template Tool."""
self
.
assertEqual
(
'
Template Tool
'
,
self
.
getTemplateTool
().
Title
())
self
.
assertEqual
(
'
Business Templates
'
,
self
.
getTemplateTool
().
Title
())
def
test_01_checkNewSite
(
self
):
def
test_01_checkNewSite
(
self
):
"""Test Check New Site"""
"""Test Check New Site"""
...
...
bt5/erp5_core_test/TestTemplateItem/portal_components/test.erp5.testBusinessTemplate.xml
View file @
d834f76f
This diff is collapsed.
Click to expand it.
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