Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12658, comment 15


Ignore:
Timestamp:
Jan 13, 2017, 9:13:46 AM (7 years ago)
Author:
Jun Omae

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12658, comment 15

    initial v1  
    11Ok so the failing test, which can be reproduced with:
    2 ```
     2{{{
    33make test=trac.ticket.tests.notification
    4 ```
     4}}}
    55
    66It's fixed by applying this patch:
    7 ```
     7{{{
    88diff --git a/trac/notification/mail.py b/trac/notification/mail.py
    99index 3bd59d8..cad7636 100644
     
    1919         if sid and authenticated:
    2020             from_name = self.name_map.get(sid)
    21 ```
     21}}}