Skip to content

Commit

Permalink
Merge pull request #922 from NASA-PDS/issue_919
Browse files Browse the repository at this point in the history
919: allow 64 bits to span more than 8 bytes (think shifted relative to byte boundaries)
  • Loading branch information
jordanpadams committed Jun 7, 2024
2 parents 312444a + 3ca7d52 commit 7955b77
Show file tree
Hide file tree
Showing 3 changed files with 1,001 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/resources/features/developer.feature
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ Scenario Outline: Execute validate command for tests below.
Examples:
| testName | testDir | messageCount | messageText | problemEnum | resourceDir | reportDir | commandArgs | refOutputValue |

# Validate#919
|"NASA-PDS/validate#919 Success with 61 bit value" | "github919" | 0 | "0 errors expected" | "totalErrors" | "src/test/resources" | "target/test" | "-r {reportDir}/report_github919.json -s json --skip-context-validation -t {resourceDir}/github919/uh0003b_draft.xml" | "report_github919.json" |

# Validate#915
|"NASA-PDS/validate#915 Failure context ref mismatch" | "github915" | 4 | "4 warnings expected" | "CONTEXT_REFERENCE_FOUND_MISMATCH_WARN" | "src/test/resources" | "target/test" | "-r {reportDir}/report_github915.json -s json --skip-content-validation -R pds4.collection -t {resourceDir}/github915/collection.xml" | "report_github915.json" |

Expand Down
Binary file added src/test/resources/github919/uh0003b.dat
Binary file not shown.
Loading

0 comments on commit 7955b77

Please sign in to comment.