Modify ↓
#42 closed defect (fixed)
File names in <python:unittest> report contain the base directory
Reported by: | cmlenz | Owned by: | cmlenz |
---|---|---|---|
Priority: | minor | Milestone: | 0.4 |
Component: | Recipe commands | Version: | |
Keywords: | Cc: | ||
Operating System: |
Description
The base directory of the build should be stripped, but it's not.
This is due to changes to attributes of xmlio.ParsedElement not being reflected in the underlying DOM, so the serialized document will contain the original attribute values.
Attachments (0)
Change History (2)
comment:1 Changed 19 years ago by cmlenz
- Status changed from new to assigned
- Summary changed from File names in `<python:unittest>` report contain the base directory to File names in <python:unittest> report contain the base directory
comment:2 Changed 19 years ago by cmlenz
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
Fixed in [152].