Skip to content

Commit

Permalink
add unit test before code
Browse files Browse the repository at this point in the history
  • Loading branch information
Al Niessner authored and Al Niessner committed Jan 14, 2025
1 parent 53ee78c commit 89bf77b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/resources/features/3.6.x.feature
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Feature: validate_integration_3_6
@v3.6.x
Examples:
| testId | testName | testDir | messageCount | messageText | problemEnum | resourceDir | reportDir | commandArgs | refOutputValue |
# Validate#1100
| NASA-PDS/validate#1100 | "NASA-PDS/validate#1100 Bad extension checking" | "github1100" | 0 | "0 errors expected" | "totalErrors" | "src/test/resources" | "target/test" | "-r {reportDir}/report_github1100.json -s json --skip-context-validation -R pds4.bundle -t {resourceDir}/github1100" | "report_github1100.json" |
# Validate#1028
| NASA-PDS/validate#1028 | "NASA-PDS/validate#1028 New SEED mime type" | "github1028" | 0 | "0 errors expected" | "totalErrors" | "src/test/resources" | "target/test" | "-r {reportDir}/report_github1028.json -s json --skip-context-validation -t {resourceDir}/github1028/xa.s16..shz.1976.070.0.xml --schema {resourceDir}/github1028/PDS4_PDS_1N00.xsd --schematron {resourceDir}/github1028/PDS4_PDS_1N00.sch" | "report_github1028.json" |
# Validate#1008
Expand Down

0 comments on commit 89bf77b

Please sign in to comment.