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
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
slapos.core
Commits
f0939bf9
Commit
f0939bf9
authored
Sep 23, 2014
by
Alain Takoudjou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testSlapOSCRMSkins: Add default email to person
parent
21deb952
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
master/bt5/slapos_crm/TestTemplateItem/portal_components/test.erp5.testSlapOSCRMSkins.py
...ateItem/portal_components/test.erp5.testSlapOSCRMSkins.py
+3
-0
No files found.
master/bt5/slapos_crm/TestTemplateItem/portal_components/test.erp5.testSlapOSCRMSkins.py
View file @
f0939bf9
...
@@ -39,6 +39,7 @@ class TestSlapOSPerson_checkToCreateRegularisationRequest(testSlapOSMixin):
...
@@ -39,6 +39,7 @@ class TestSlapOSPerson_checkToCreateRegularisationRequest(testSlapOSMixin):
portal_type
=
'Person'
,
portal_type
=
'Person'
,
title
=
"Person %s"
%
new_id
,
title
=
"Person %s"
%
new_id
,
reference
=
"TESTPERS-%s"
%
new_id
,
reference
=
"TESTPERS-%s"
%
new_id
,
default_email_text
=
"live_test_%s@example.org"
%
new_id
,
)
)
@
simulate
(
'Entity_statBalance'
,
'*args, **kwargs'
,
'return "1"'
)
@
simulate
(
'Entity_statBalance'
,
'*args, **kwargs'
,
'return "1"'
)
...
@@ -297,6 +298,7 @@ class TestSlapOSRegularisationRequest_checkToSendUniqEvent(testSlapOSMixin):
...
@@ -297,6 +298,7 @@ class TestSlapOSRegularisationRequest_checkToSendUniqEvent(testSlapOSMixin):
portal_type
=
'Person'
,
portal_type
=
'Person'
,
title
=
"Person %s"
%
new_id
,
title
=
"Person %s"
%
new_id
,
reference
=
"TESTPERS-%s"
%
new_id
,
reference
=
"TESTPERS-%s"
%
new_id
,
default_email_text
=
"live_test_%s@example.org"
%
new_id
,
)
)
def
createRegularisationRequest
(
self
):
def
createRegularisationRequest
(
self
):
...
@@ -438,6 +440,7 @@ class TestSlapOSRegularisationRequest_cancelInvoiceIfPersonOpenOrderIsEmpty(
...
@@ -438,6 +440,7 @@ class TestSlapOSRegularisationRequest_cancelInvoiceIfPersonOpenOrderIsEmpty(
portal_type
=
'Person'
,
portal_type
=
'Person'
,
title
=
"Person %s"
%
new_id
,
title
=
"Person %s"
%
new_id
,
reference
=
"TESTPERS-%s"
%
new_id
,
reference
=
"TESTPERS-%s"
%
new_id
,
default_email_text
=
"live_test_%s@example.org"
%
new_id
,
)
)
def
createRegularisationRequest
(
self
):
def
createRegularisationRequest
(
self
):
...
...
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