olabusayoT commented on issue #17:
URL: https://github.com/apache/daffodil-sbt/issues/17#issuecomment-4961706533
Closing as wont-fix. The recommended thing is to use the new tdml test suite.
```scala
import org.apache.daffodil.junit.tdml.TdmlSuite
import org.apache.daffodil.junit.tdml.TdmlTests
import org.junit.Test
object TestSuiteName extends TdmlSuite {
val tdmlResource =
"/path/to/testsuite.tdml"
}
class TestSuiteName extends TdmlTests {
val tdmlSuite = TestSuiteName
@Test def testName1 = test
@Test def testName2 = test
}
```
--
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]