Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
Description
When a TDML file has an embedded schema, the TDML Runner creates a temporary schema file and then compiles and uses that for running a parse/unparse tests. However, when there is an error, the error message does not reference the TDML file but instead references the temporary schema file. This isn't heplful, especially since the temp file is usually deleted.
We need to make sure that the TDML runner is correctly setting the dafint file name attribute on the generated schema, and that that file name is used for error messages.