mbeckerle commented on a change in pull request #129: Cross Testing Capability
with IBM DFDL
URL: https://github.com/apache/incubator-daffodil/pull/129#discussion_r234380037
##########
File path:
daffodil-tdml/src/main/scala/org/apache/daffodil/tdml/TDMLRunner.scala
##########
@@ -89,44 +81,54 @@ import
org.apache.daffodil.processors.charset.BitsCharsetNonByteSize
import org.apache.daffodil.processors.charset.BitsCharsetNonByteSizeEncoder
import org.apache.daffodil.io.FormatInfo
import org.apache.daffodil.io.InputSourceDataInputStream
-import java.nio.charset.{ Charset => JavaCharset }
+import java.nio.charset.{Charset => JavaCharset}
import java.io.OutputStream
+import org.apache.daffodil.tdml.processor.{
+ TDMLParseResult,
+ DaffodilTDMLDFDLProcessor,
+ TDMLDFDLProcessor,
+ TDMLResult,
+ TDMLUnparseResult,
+ TDML,
+ TDMLDFDLProcessorFactory
+}
+
/**
- * Parses and runs tests expressed in IBM's contributed tdml "Test Data Markup
Language"
- */
+ * Parses and runs tests expressed in IBM's contributed tdml "Test Data
Markup Language"
+ */
Review comment:
I have a new eclipse environment, that is working better now. Somehow
loading the whole Scala IDE, which is eclipse with the scala components bundled
into it, works much better than downloading Eclipse oxygen, and then applying
the scala IDE to it. MUCH better.
----------------------------------------------------------------
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