From 89bf77b545600f1cc6966d33426e43c6d4b03eee Mon Sep 17 00:00:00 2001 From: Al Niessner Date: Tue, 14 Jan 2025 11:54:19 -0800 Subject: [PATCH] add unit test before code --- src/test/resources/features/3.6.x.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/resources/features/3.6.x.feature b/src/test/resources/features/3.6.x.feature index 767f99a8a..8582ba17f 100644 --- a/src/test/resources/features/3.6.x.feature +++ b/src/test/resources/features/3.6.x.feature @@ -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