Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forgot to add the scala test for one test #1401

Merged
merged 1 commit into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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