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
comment:2 Changed 11 years ago by Tony Meyer <tony@…>
- Cc tony@… added
Note: See
TracTickets for help on using
tickets.
bitten/build/api.py contains this line in execute() when preparing output and error lines:
So it gets stripped, Just not in xmlio module.
OK?