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 44035d7 commit 3e574caCopy full SHA for 3e574ca
src/test/java/org/apache/ibatis/io/ExternalResourcesTest.java
@@ -86,6 +86,7 @@ public void testGetConfiguredTemplate() {
86
FileWriter fileWriter = new FileWriter(tempFile);
87
fileWriter.append("new_command.template=templates/col_new_template_migration.sql");
88
fileWriter.flush();
89
+ fileWriter.close();
90
templateName = ExternalResources.getConfiguredTemplate(tempFile.getAbsolutePath(), "new_command.template");
91
assertEquals("templates/col_new_template_migration.sql", templateName);
92
} catch (Exception e) {
0 commit comments