Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

Last modified 17 years ago

#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 18 years ago by cmlenz

  • Milestone set to 0.5.3
  • Operating System Linux deleted
  • Status changed from new to assigned

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.

comment:2 Changed 18 years ago by cmlenz

  • Resolution set to fixed
  • Status changed from assigned to closed

Should be fixed in [358].

Add Comment

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain cmlenz.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.