lrbarber commented on issue #1028:
URL: 
https://github.com/apache/daffodil-vscode/issues/1028#issuecomment-2368482530

   Code exists in tdmlXmlUtlis.tx to detect this error. It throws an exception, 
but this only shows up in the debug window when debugging the extension itself.
   
   Note that the same method is used for other errors which will probably need 
to be fixed as well:
       throw `No test suite found in source XML buffer`
       throw `More than one test suite found in source XML buffer`
       throw `No test case found in source XML buffer`
       throw `More than one test case found in source XML buffer`
       throw `No test suites found in destination XML buffer`
       throw `More than one test suite found in destination XML buffer`
       throw `Duplicate Test Case Name Found`
   


-- 
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]

Reply via email to