stevedlawrence commented on a change in pull request #64: Added tests to
daffodil-test scala-debug for JIRA ticket DAFFODIL-1923.
URL: https://github.com/apache/incubator-daffodil/pull/64#discussion_r183700528
##########
File path:
daffodil-tdml/src/test/scala/org/apache/daffodil/tdml/TestTDMLRunner2.scala
##########
@@ -17,12 +17,28 @@
package org.apache.daffodil.tdml
+import org.apache.daffodil.Implicits.using
import org.apache.daffodil.xml.XMLUtils
+import junit.framework.Assert.assertEquals
+import junit.framework.Assert.assertTrue
+import junit.framework.Assert.fail
import org.apache.daffodil.util._
import org.junit.Test
import org.apache.daffodil.Implicits._
+import org.junit.AfterClass
+
+object TestTDMLRunner2 {
+ val runner = Runner("/test/tdml/", "tdmlQuoting.tdml")
+ val runner2 = Runner("/test/tdml/", "tdmlApostrophe.tdml")
Review comment:
This file no longer exists. This line should be removed.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services