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 7013586 commit 71f640bCopy full SHA for 71f640b
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