Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.7.0
-
None
-
None
Description
If you turn on trace for a TDML test, it's quite confusing because the parse happens twice. Once for the non-SAX API, one for the SAX API.
That's good for insisting they behave identically, but useless for tracing.
If tracing/debugging is on, we should only parse once using one API for the TDML test.