A number of errors is caused by the following change
r1467339 | jdreimann | 2013-04-12 18:33:52 +0200 (Fri, 12 Apr 2013) | 3 lines
Updated styling of comment history, towards #471.
Changed styling of attachment download icon to use background-image
instead of an img inserted on the page.
Removed outdated screenshot.png because it doesn't appear to be used.
Index: trac/trac/wiki/formatter.py
===================================================================
--- trac/trac/wiki/formatter.py (revision 1467338)
+++ trac/trac/wiki/formatter.py (revision 1467339)
@@ -707,7 +707,7 @@
local_url = self.env.project_url or \
(self.req or self.env).abs_href.base
if not url.startswith(local_url):
- return tag.a(tag.span(u'\u200b', class_="icon"), text,
+ return tag.a(text, tag.span(u'\u200b', class_="icon"),
If I revert it, only 4 tests fail on python 2.6.
IMHO, the only way to fix tests failing because of this change is to
change the expected result in tests.
Anze
On Mon, May 13, 2013 at 4:21 PM, Olemis Lang <[email protected]> wrote:
> On 5/13/13, Gary Martin <[email protected]> wrote:
>> That reminds me, I need to get these tests running on my test ci setup.
>> The last time I tried, I was not able to run the tests at all so I need
>> to work out what that is all about.
>>
>> On 13/05/13 11:12, Joachim Dreimann wrote:
>>> For the benefit of those that don't regularly run these tests (like me):
>>>
>>> What is significant about this results?
>>
>> Yes, we need some context.
>
> Sorry for the lack of context . Yesterday I just experienced some
> difficulties trying to upload the report to pastebin.com ... and it
> was too late to insist and retry .
>
>> Are these new failures and errors or are 39
>> failures and 1 error an improvement?
>>
>
> AFAICS these are regressions . Details are available here now
>
> http://pastebin.com/0QU84W8k
>
> PS: The error's been there for a while (since compact JIRA ticket
> syntax was introduced) .
>
> --
> Regards,
>
> Olemis.