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
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
preetwinder
erp5
Commits
bc8cbdf3
Commit
bc8cbdf3
authored
Aug 28, 2013
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test results: remove unused batch_mode parameter
this was actually "dry run"
parent
02ca09c7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
bt5/erp5_test_result/SkinTemplateItem/portal_skins/erp5_test_result/TestResult_afterComplete.xml
...ortal_skins/erp5_test_result/TestResult_afterComplete.xml
+1
-3
No files found.
bt5/erp5_test_result/SkinTemplateItem/portal_skins/erp5_test_result/TestResult_afterComplete.xml
View file @
bc8cbdf3
...
...
@@ -61,8 +61,6 @@ if project is not None:\n
if source_administration is not None:\n
recipient_list = [source_administration.getDefaultEmailText()]\n
\n
if batch_mode == 1:\n
return "going to send to : %s" % (recipient_list,)\n
# send emails\n
if recipient_list:\n
context.TestResult_sendEmailNotification(mail_to=recipient_list,\n
...
...
@@ -76,7 +74,7 @@ return printed\n
</item>
<item>
<key>
<string>
_params
</string>
</key>
<value>
<string>
batch_mode=0
</string>
</value>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
...
...
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