Skip to content

Commit

Permalink
Repair test
Browse files Browse the repository at this point in the history
  • Loading branch information
dizzzz committed Jan 11, 2025
1 parent 342b584 commit 8701ca3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ public void insertModeTrue() throws XMLDBException {
fail("should have failed");
} catch (XMLDBException ex) {
String msg = ex.getMessage();
assertTrue(msg.contains("schema_reference.4: Failed to read schema document"));
assertTrue(msg.contains("cvc-elt.1.a: Cannot find the declaration of element 'xsd:schema'"));
}
}

Expand Down

0 comments on commit 8701ca3

Please sign in to comment.