stevedlawrence commented on a change in pull request #129: Cross Testing
Capability with IBM DFDL
URL: https://github.com/apache/incubator-daffodil/pull/129#discussion_r229678548
##########
File path:
daffodil-tdml/src/main/scala/org/apache/daffodil/tdml/RunnerFactory.scala
##########
@@ -58,6 +60,20 @@ object Runner {
//
def defaultRoundTripDefaultDefault: RoundTrip = NoRoundTrip
def defaultValidationDefaultDefault = "off"
+
+ /**
+ * Default for what DFDL implementations to run tests against.
+ *
+ * If any other listed implementation is found on the class path, it will be
used by default.
+ * Except for test suites or test cases that explicitly specify only
Daffodil.
+ */
+ def defaultImplementationsDefaultDefault =
Seq(daffodilTDMLDFDLProcessorFactoryName) // , "io.github.openDFDL.IBM_DFDL")
Review comment:
Accidental io.github.openDFDL copy paste or search replace?
----------------------------------------------------------------
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