-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
redmine-0.15 , Jenkins ver. 1.580.1
The commit message "#1, #11" does not link to two redmine tickets in the changes view:
I tried the following Test in the Code:
assertAnnotatedTextEquals("#1, #11",
"<a href='" + REDMINE_URL + "issues/1'>#1</a>, " +
"<a href='" + REDMINE_URL + "issues/11'>#11</a>");
Fails
<a href='http://local.redmine/issues/1, #11'>#1, #11</a>