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 20:32:33 UTC

[GitHub] [daffodil] mbeckerle commented on a change in pull request #752: Fix and add test cases for prefixed length bugs.

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



##########
File path: daffodil-test/src/test/scala/org/apache/daffodil/section12/lengthKind/TestLengthKindPrefixed.scala
##########
@@ -150,4 +150,19 @@ 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_complexContentLengthBytes_1() = { runner.runOneTest("pl_complexContentLengthBytes_1")}
+  @Test def test_pl_complexValueLengthBytes_1() = { runner.runOneTest("pl_complexValueLengthBytes_1")}
+  @Test def test_pl_complexContentLengthBits_1() = { runner.runOneTest("pl_complexContentLengthBits_1")}
+  @Test def test_pl_complexValueLengthBits_1() = { runner.runOneTest("pl_complexValueLengthBits_1")}
+  @Test def test_pl_simpleContentLengthBytes_1() = { runner.runOneTest("pl_simpleContentLengthBytes_1")}
+
+  // DAFFODIL-2658
+  @Test def test_pl_simpleValueLengthBytes_1() = { runner.runOneTest("pl_simpleValueLengthBytes_1")}

Review comment:
       This test fails, must comment out. 




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