You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by GitBox <gi...@apache.org> on 2021/11/30 18:01:47 UTC

[GitHub] [daffodil] jadams-tresys commented on a change in pull request #686: Fix NVI so defaultValue expr has access to properties of term.

jadams-tresys commented on a change in pull request #686:
URL: https://github.com/apache/daffodil/pull/686#discussion_r759508105



##########
File path: daffodil-test/src/test/scala/org/apache/daffodil/section23/dfdl_expressions/TestDFDLExpressions3.scala
##########
@@ -49,4 +49,13 @@ class TestDFDLExpressions3 {
   // @Test def test_array_self_expr1() { runner.runOneTest("test_array_self_expr1") }
   @Test def test_array_self_expr2(): Unit = { runner.runOneTest("test_array_self_expr2") }
 
+  @Test def test_setVariable_neg_01(): Unit = { runner.runOneTest("setVariable_neg_01") }
+
+  // DAFFODIL-2594
+  // @Test def test_setVariable_neg_line_info_01(): Unit = { runner.runOneTest("setVariable_neg_line_info_01") }
+
+  @Test def test_newVariableInstance_neg_01(): Unit = { runner.runOneTest("newVariableInstance_neg_01") }
+
+  // DAFFODIL-2594
+  @Test def test_newVariableInstance_neg_line_info_01(): Unit = { runner.runOneTest("newVariableInstance_neg_line_info_01") }

Review comment:
       Was this supposed to be uncommented?  It seems like the line info isn't being handled properly and causing the test to fail.




-- 
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: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org