Commit 02ca09c7 authored by Jérome Perrin's avatar Jérome Perrin

test results: fix name error in notification

parent 27b0a0a9
...@@ -68,8 +68,7 @@ if recipient_list:\n ...@@ -68,8 +68,7 @@ if recipient_list:\n
context.TestResult_sendEmailNotification(mail_to=recipient_list,\n context.TestResult_sendEmailNotification(mail_to=recipient_list,\n
mail_from=\'nobody@svn.erp5.org\',\n mail_from=\'nobody@svn.erp5.org\',\n
include_link=include_link,\n include_link=include_link,\n
include_diff=True,\n include_diff=True)\n
**send_notification_kw)\n
print \'Successfully sent to: \', recipient_list\n print \'Successfully sent to: \', recipient_list\n
print \'OK\'\n print \'OK\'\n
return printed\n return printed\n
......
246 248
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment