Skip to content

Commit

Permalink
[WIP] Try adding brand new 215 module back in again
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-stein-gsa committed Nov 1, 2024
1 parent c28ac9b commit 470cb1a
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,15 +179,15 @@ private static Stream<Arguments> providesValues() {
"../core/metaschema/schema/metaschema/metaschema-module-metaschema.xml",
},
ExitCode.OK, NO_EXCEPTION_CLASS));
// add(Arguments.of(
// new String[] { "validate-content",
// "-m",
// "src/test/resources/content/215-module.xml",
// "src/test/resources/content/215.xml",
// "--disable-schema-validation",
// "--show-stack-trace"
// },
// ExitCode.FAIL, NO_EXCEPTION_CLASS));
add(Arguments.of(
new String[] { "validate-content",
"-m",
"src/test/resources/content/215-module.xml",
"src/test/resources/content/215.xml",
"--disable-schema-validation",
"--show-stack-trace"
},
ExitCode.FAIL, NO_EXCEPTION_CLASS));
;
}
};
Expand Down

0 comments on commit 470cb1a

Please sign in to comment.