Skip to content

Commit

Permalink
Forgot to add the scala test for one test
Browse files Browse the repository at this point in the history
DAFFODIL-2961
  • Loading branch information
Josh Adams committed Jan 10, 2025
1 parent eb9f4f5 commit 4dc4276
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@

<tdml:infoset>
<tdml:dfdlInfoset>
<int01>214783647</int01>
<ex:int01>2147483647</ex:int01>
</tdml:dfdlInfoset>
</tdml:infoset>
</tdml:parserTestCase>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ class TestPacked {

@Test def testPackedNegativeUnsigned(): Unit = { runner.runOneTest("packedNegativeUnsigned") }
@Test def testPackedIntTooLarge(): Unit = { runner.runOneTest("packedIntTooLarge") }
@Test def testPackedIntMax(): Unit = { runner.runOneTest("packedIntMax") }

@Test def testIBM4690Charset01(): Unit = { runner.runOneTest("IBM4690Charset01") }
@Test def testIBM4690Charset02(): Unit = { runner.runOneTest("IBM4690Charset02") }
Expand Down

0 comments on commit 4dc4276

Please sign in to comment.