michael-hoke commented on issue #1303: URL: https://github.com/apache/daffodil-vscode/issues/1303#issuecomment-3141437669
I recommend closing this as not an issue. A test case in a TDML file records a dfdl parse. It contains inputs and outputs. Therefore, when you have a test case in a TDML file, it should be expected that there is an accompanying infoset (output) file. The infoset produced by running a test case via the extension should end up where the config's path points to, not where the test case points to. Leaving this alone will also allow someone debugging another user's dfdl parse to compare infosets, which would be impossible out of the box if we wrote out to the test case's infoset location. If the user wants to capture the execution of a test case into a separate test case, which is something we should support, the expected action should be to use the `Copy TDML File` or `Append TDML File` commands, depending on whether they want to add their parse to the existing TDML file or create new TDML file. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
