File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/test/java/org/apache/ibatis
submitted/force_flush_on_select Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ void shouldReturnWarningIfEndOfLineTerminatorNotFound() throws Exception {
113
113
}
114
114
115
115
@ Test
116
- void commentAferStatementDelimiterShouldNotCauseRunnerFail () throws Exception {
116
+ void commentAfterStatementDelimiterShouldNotCauseRunnerFail () throws Exception {
117
117
DataSource ds = createUnpooledDataSource (JPETSTORE_PROPERTIES );
118
118
String resource = "org/apache/ibatis/jdbc/ScriptCommentAfterEOLTerminator.sql" ;
119
119
try (Connection conn = ds .getConnection (); Reader reader = Resources .getResourceAsReader (resource )) {
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ void updateShouldFlushLocalCache() {
118
118
}
119
119
120
120
@ Test
121
- void selectShouldFlushLocalCacheIfFlushLocalCacheAtferEachStatementIsTrue () throws SQLException {
121
+ void selectShouldFlushLocalCacheIfFlushLocalCacheAfterEachStatementIsTrue () throws SQLException {
122
122
sqlSessionFactory .getConfiguration ().setLocalCacheScope (LocalCacheScope .STATEMENT );
123
123
try (SqlSession sqlSession = sqlSessionFactory .openSession (ExecutorType .SIMPLE )) {
124
124
PersonMapper personMapper = sqlSession .getMapper (PersonMapper .class );
You can’t perform that action at this time.
0 commit comments