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.
2 parents 7013586 + 71f640b commit 0c15eb3Copy full SHA for 0c15eb3
src/test/java/org/apache/ibatis/builder/xsd/XmlConfigBuilderTest.java
@@ -90,7 +90,7 @@ void shouldSuccessfullyLoadMinimalXMLConfigFile() throws Exception {
90
}
91
92
@Test
93
- void shouldSuccessfullyLoadXMLConfigFitle() throws Exception {
+ void shouldSuccessfullyLoadXMLConfigFile() throws Exception {
94
// System.setProperty(XPathParser.KEY_USE_XSD, "true");
95
String resource = "org/apache/ibatis/builder/xsd/CustomizedSettingsMapperConfig.xml";
96
try (InputStream inputStream = Resources.getResourceAsStream(resource)) {
0 commit comments