#113 closed defect (fixed)
HTML output from JUnit task is not displayed correctly in TRAC
Reported by: | william.puschmann@… | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | 0.5.3 |
Component: | Trac plugin | Version: | 0.5.2 |
Keywords: | Cc: | ||
Operating System: |
Description
After running a build through the JUnit recipe, the "JUnit Output" listed in the "test" section of the Build page in Trac displays as HTML code, rather than by the browser. Viewing the source shows that it's replacing the tags with their "lt" and "gt" counterparts... resulting in long strings of HTML intead of the table that it's supposed to render. (Everything between the beginning "h3" tag through the final "/table" tag appears this way - the "Errors" box appears correctly.)
I've poked around the recipe.py and javatools.py scripts... but my python knowledge is nonexistent and couldn't figure out what was double escaping the code.
Attachments (0)
Change History (2)
comment:1 Changed 19 years ago by cmlenz
- Milestone set to 0.5.3
- Operating System Linux deleted
- Status changed from new to assigned
comment:2 Changed 19 years ago by cmlenz
- Resolution set to fixed
- Status changed from assigned to closed
Should be fixed in [358].
This is already fixed in trunk, but I'll push out 0.5.3 with a fix, cause 0.6 is still going to take a week or two.