From 6dcd196d87d45b7aa570582f941d43d1af375f2d Mon Sep 17 00:00:00 2001 From: Al Niessner Date: Thu, 17 Aug 2023 11:27:17 -0700 Subject: [PATCH] second file is an error --- src/test/resources/features/validate.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/resources/features/validate.feature b/src/test/resources/features/validate.feature index 443ef08a7..ca2a70039 100644 --- a/src/test/resources/features/validate.feature +++ b/src/test/resources/features/validate.feature @@ -65,7 +65,7 @@ Scenario Outline: Execute validate command for tests below. # Validate#535 |"NASA-PDS/validate#535 Warning when excess table content" | "github535" | 1 | "1 warnings expected" | "totalWarnings" | "src/test/resources" | "target/test" | "-r {reportDir}/report_github535_1.json -s json -t {resourceDir}/github535/uvis_euv_2008_003_solar_time_series_ingress.xml" | "report_github535_1.json" | -|"NASA-PDS/validate#535 Warning when excess table content" | "github535" | 1 | "1 warnings expected" | "totalWarnings" | "src/test/resources" | "target/test" | "-r {reportDir}/report_github535_2.json -s json -t {resourceDir}/github535/uvis_euv_2016_288_solar_time_series_egress.xml" | "report_github535_2.json" | +|"NASA-PDS/validate#535 Warning when excess table content" | "github535" | 1 | "1 errors expected" | "TABLE_DEFINITION_PROBLEM" | "src/test/resources" | "target/test" | "-r {reportDir}/report_github535_2.json -s json -t {resourceDir}/github535/uvis_euv_2016_288_solar_time_series_egress.xml" | "report_github535_2.json" | # Validate#531 |"NASA-PDS/validate#531 Success Binary Field Group Lengths" | "github531" | 0 | "0 errors expected" | "totalErrors" | "src/test/resources" | "target/test" | "-r {reportDir}/report_github531_1.json -s json -t {resourceDir}/github531/success/b.xml" | "report_github531_1.json" |