This is an automated email from the ASF dual-hosted git repository. arosien pushed a commit to branch daffodil-vscode-tdml in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
commit 7d24cce24ef7b35279620bc1c6d350af1c9b90ac Author: Michael Hoke <[email protected]> AuthorDate: Fri Jul 22 16:56:03 2022 -0400 Update comment --- server/core/src/main/scala/org.apache.daffodil.tdml/TDML.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/core/src/main/scala/org.apache.daffodil.tdml/TDML.scala b/server/core/src/main/scala/org.apache.daffodil.tdml/TDML.scala index c311527..e388666 100644 --- a/server/core/src/main/scala/org.apache.daffodil.tdml/TDML.scala +++ b/server/core/src/main/scala/org.apache.daffodil.tdml/TDML.scala @@ -45,10 +45,10 @@ object TDML { val docPart = factory.createDocumentPartType() docPart.setType(DocumentPartTypeEnum.FILE) - // The following line causes the output of the marshalling to be empty docPart.setValue(dataPath) val doc = factory.createDocumentType() + // The following line causes the output of the marshalling to be empty doc.getContent().add(docPart) val testCase = factory.createParserTestCaseType()
