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 fe0b431
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 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
4 changes: 2 additions & 2 deletions metaschema-cli/src/test/resources/content/215.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<message-test xmlns="https://github.com/metaschema-framework/metaschema-java/issues/215">
</message-test>
<parent xmlns="https://github.com/metaschema-framework/metaschema-java/issues/215">
</parent>

0 comments on commit fe0b431

Please sign in to comment.