CSV Parser fails with invalid XML characters
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
TestPlan |
Fix Committed
|
Medium
|
Unassigned |
Bug Description
If invalid XML characters are encountered they should likely just be omitted. This is likely from a null character.
00000000-00 CHECKPOINT-FAIL Unknown:
Error: INVALID_
Native: <email address hidden>:86
TestUnit: unit.intr.
AutoStack: in {Unknown}
Inside call to unit.intr.
This was actually cause by an invalid mangled name for the tag name. The generator looked like it wanted to test the first character, but didn't. So it's been fixed. Invalid start characters get prepended with an underscore.