Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5_fork
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
Eteri
erp5_fork
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
Hide 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):
# tests
def
test_Title
(
self
):
"""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
):
"""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