Edgewall Software
Modify

Opened 11 years ago

Last modified 11 years ago

#820 new defect

Bitten slave does not escape \x00 in unittest result XML output

Reported by: mikhael@… Owned by:
Priority: critical Milestone: 0.7
Component: Build slave Version: dev
Keywords: Cc: tony@…
Operating System: Linux

Description

source:trunk/bitten/util/xmlio.py contains a table of characters to delete during XML output. But, \x00 is not included there.

Is it not included on purpose or accidentally?

Attachments (0)

Change History (2)

comment:1 Changed 11 years ago by osimons

bitten/build/api.py contains this line in execute() when preparing output and error lines:

line = line and _decode(line.rstrip().replace('\x00', ''))

So it gets stripped, Just not in xmlio module.

OK?

comment:2 Changed 11 years ago by Tony Meyer <tony@…>

  • Cc tony@… added

Add Comment

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The ticket will remain with no owner.
Author


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

 
Note: See TracTickets for help on using tickets.