Add integration tests for new Encoded_Native encoding types (#1541, #1542)#1610
Open
jordanpadams wants to merge 1 commit into
Open
Add integration tests for new Encoded_Native encoding types (#1541, #1542)#1610jordanpadams wants to merge 1 commit into
jordanpadams wants to merge 1 commit into
Conversation
…1542) Add Cucumber regression tests in 4.1.x.feature for: - MSSS Original Data Record Mini Header and Payload Data encoding types (#1541) - Nikon Electronic Format (NEF) encoding type (#1542) Test data includes PDS4 IM v1.26.0.0 (1Q00) schema and schematron, which adds all three encoding types to the allowed values for Encoded_Native. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
nutjob4life
approved these changes
May 27, 2026
Member
nutjob4life
left a comment
There was a problem hiding this comment.
Configuration delta: ✓
Data changes: ✓
Structured markup updates: ✓
Tests: ✓
Approval: ✅
Details:
[INFO] Results:
[INFO]
[INFO] Tests run: 345, Failures: 0, Errors: 0, Skipped: 23
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:04 min
[INFO] Finished at: 2026-05-27T16:03:06-05:00
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.
Summary
4.1.x.featurefor the three newEncoded_Native/encoding_standard_idvalues introduced in PR #1544MSSS Original Data Record Mini HeaderandMSSS Original Data Record Payload Data#1541, subtest 1)MSSS Original Data Record Mini HeaderandMSSS Original Data Record Payload Data#1541, subtest 2)Encoded_NativeTest plan
@4.1.xscenarios pass:mvn test -Dtest=\!ReferenceIntegrityTest* -Dcucumber.filter.tags='@4.1.x'MSSS Original Data Record Mini HeaderandMSSS Original Data Record Payload Data#1541-1, As a data provider, I want to add two new encoding types for Product Native:MSSS Original Data Record Mini HeaderandMSSS Original Data Record Payload Data#1541-2, As a data provider, I want to add a new encoding type for Product Native #1542-1 each validate with 0 errors and 0 warnings against PDS4 IM 1Q00🤖 Generated with Claude Code