mirror of
https://github.com/moparisthebest/JdbcMapper
synced 2024-11-25 02:12:22 -05:00
Fix partial test refactor with java 6
This commit is contained in:
parent
670e14d57e
commit
b9f963ca5f
@ -437,7 +437,7 @@ public class QueryMapperTest {
|
|||||||
assertArrayEquals(people, fromDb.toArray());
|
assertArrayEquals(people, fromDb.toArray());
|
||||||
}
|
}
|
||||||
|
|
||||||
//IFJAVA8_START
|
//IFJAVA 8_START
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testStream() throws SQLException {
|
public void testStream() throws SQLException {
|
||||||
@ -450,7 +450,7 @@ public class QueryMapperTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//IFJAVA8_END
|
//IFJAVA 8_END
|
||||||
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@ -485,7 +485,7 @@ public class QueryMapperTest {
|
|||||||
assertEquals(expected, qm.toObject("SELECT first_name AS M_PERSON_FIRST_NAME FROM person WHERE person_no = ?", CaseSensitivePerson.class, fieldPerson1.getPersonNo()));
|
assertEquals(expected, qm.toObject("SELECT first_name AS M_PERSON_FIRST_NAME FROM person WHERE person_no = ?", CaseSensitivePerson.class, fieldPerson1.getPersonNo()));
|
||||||
}
|
}
|
||||||
|
|
||||||
//IFJAVA8_START
|
//IFJAVA 8_START
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testInstant() throws SQLException {
|
public void testInstant() throws SQLException {
|
||||||
@ -569,6 +569,6 @@ public class QueryMapperTest {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
//IFJAVA8_END
|
//IFJAVA 8_END
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user