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 2022/02/14 19:33:03 UTC

[GitHub] [daffodil] tuxji commented on a change in pull request #752: Add test cases for prefixed length bugs.

tuxji commented on a change in pull request #752:
URL: https://github.com/apache/daffodil/pull/752#discussion_r806173852



##########
File path: daffodil-test/src/test/scala/org/apache/daffodil/section12/lengthKind/TestLengthKindPrefixed.scala
##########
@@ -150,4 +150,13 @@ class TestLengthKindPrefixed {
   @Test def test_pl_lengthunits_err() = { runner.runOneTest("pl_lengthunits_err") }
   @Test def test_pl_nest_err() = { runner.runOneTest("pl_nest_err") }
   @Test def test_pl_decimal_err() = { runner.runOneTest("pl_decimal_err") }
+
+  // DAFFODIL-2657
+  // @Test
+  def test_pl_implicit_1() = { runner.runOneTest("pl_implicit_1")}
+
+  // DAFFODIL-2656
+  // @Test
+  def test_pl_contentLength_1() = { runner.runOneTest("pl_contentLength_1")}

Review comment:
       Good idea to comment out only the @Test so the rest of the line still can be checked for compilation errors.




-- 
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