stevedlawrence commented on a change in pull request #326: Daffodil 2280
cleanup - removes backpointers and factory patterns no longer needed
URL: https://github.com/apache/incubator-daffodil/pull/326#discussion_r393633342
##########
File path:
daffodil-cli/src/it/scala/org/apache/daffodil/saving/TestCLISaveParser.scala
##########
@@ -189,11 +189,13 @@ class TestCLISaveParser {
shell.sendLine(String.format("%s -vv save-parser -s %s -r matrix %s",
Util.binPath, testSchemaFile, savedParserFile.getName()))
shell.expect(contains("[compile]"))
- shell.sendLine(String.format("%s -vvv save-parser -s %s -r matrix %s",
Util.binPath, testSchemaFile, savedParserFile.getName()))
- shell.expect(contains("[debug]"))
+ // Too much output
+ // shell.sendLine(String.format("%s -vvv save-parser -s %s -r matrix
%s", Util.binPath, testSchemaFile, savedParserFile.getName()))
+ // shell.expect(contains("[debug]"))
- shell.sendLine(String.format("%s -vvvv save-parser -s %s -r matrix %s",
Util.binPath, testSchemaFile, savedParserFile.getName()))
- shell.expect(contains("[oolagdebug]"))
+ // Too much output
+ // shell.sendLine(String.format("%s -vvvv save-parser -s %s -r matrix
%s", Util.binPath, testSchemaFile, savedParserFile.getName()))
+ // shell.expect(contains("[oolagdebug]"))
Review comment:
Any chance this could be split into a separate pull request? I think we have
a bug for removing the excessive test output.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services