Move XML tests into tests module#66
Merged
Merged
Conversation
Update USING.md to reflect extended module structure
…included in app fat jar
grootstebozewolf
added a commit
to grootstebozewolf/jts
that referenced
this pull request
Jun 3, 2026
…st_D_AA_*, #test_PRC_SN_* (ship cluster: M-AREA-CP/D-PT/D-AA/PRC-SN per harden + proofs artifact; low risk/cost) - These TAGs had 'green verified' + proofs harden (oracle-bin 26887314315/art 7385761173) + supporting tests (CurvePolygonAreaTest, CompoundCurveMembersTest, CurvedPrecisionReducerTest, Curve*Adversarial/RefRunner). - Deleting red markers per epic §5/11 / RGR convention (ship-delete, not edit green). - Header updated. - Meter now 38. - Branch: feature/sfa-curve-B-MS-rgr (continuing low risk/cost pivot ships for JTS#1195) - References: epic locationtech#1195, proofs locationtech#66 etc.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change creates a new module to contain the XML test files, JUnit tests to run them, and the TestRunner application. It provides a clean separation between the core library, the tests, and the apps.