We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb5d58b commit b84cc51Copy full SHA for b84cc51
src/test/java/org/cyclonedx/parsers/XmlParserTest.java
@@ -431,7 +431,7 @@ public void testParsedObjects13Bom() throws Exception {
431
public void test13PrereleasePropertyBom() throws Exception {
432
final File file = new File(this.getClass().getResource("/1.3/valid-properties-1.3-prerelease.xml").getFile());
433
final XmlParser parser = new XmlParser();
434
- final boolean valid = parser.isValid(file, CycloneDxSchema.Version.VERSION_12);
+ final boolean valid = parser.isValid(file, CycloneDxSchema.Version.VERSION_13);
435
assertFalse(valid);
436
final Bom bom1 = parser.parse(file);
437
Component c1 = bom1.getComponents().get(0);
0 commit comments