JeremyYao commented on issue #1284: URL: https://github.com/apache/daffodil-vscode/issues/1284#issuecomment-2937293243
generatedTDML.tdml in one's user temp directory has messed up pathing. ``` <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ns1:testSuite xmlns:ns1="http://www.ibm.com/xmlns/dfdl/testData" suiteName="Default Test Case" defaultRoundTrip="onePass"> <ns1:parserTestCase name="Default Test Case" root="file" model="..\..\..\/c:/Users/jeremy.yao/repos/sampleWorkspace/2_pass/read_number.dfdl.xsd" roundTrip="onePass" description="Generated by DFDL VSCode Extension"> <ns1:document> <ns1:documentPart type="file">..\..\..\/c:/Users/jeremy.yao/repos/sampleWorkspace/2_pass/6ints.txt</ns1:documentPart> </ns1:document> <ns1:infoset> <ns1:dfdlInfoset type="file">..\..\..\repos/sampleWorkspace/target/infoset.xml</ns1:dfdlInfoset> </ns1:infoset> </ns1:parserTestCase> </ns1:testSuite> ``` -- 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]
