Updated Versions & resolved failed tests

This commit is contained in:
Glenn Renfro
2020-01-30 14:02:35 -05:00
parent 78f4f39b94
commit 91084d96a4
12 changed files with 27 additions and 27 deletions

View File

@@ -130,9 +130,9 @@ public class SimpleTaskAutoConfigurationTests {
"bean 'taskLifecycleListener'; nested exception is " +
"org.springframework.dao.DataAccessResourceFailureException: " +
"Could not obtain sequence value; nested exception is org.h2.jdbc.JdbcSQLSyntaxErrorException: " +
"Syntax error in SQL statement \"SELECT FOOBARLESSSEQ.NEXTVAL FROM[*] DUAL \"; " +
"Syntax error in SQL statement \"SELECT FOOBARLESSSEQ.NEXTVAL FROM[*] DUAL\"; " +
"expected \"identifier\"; SQL statement:\n" +
"select foobarlessSEQ.nextval from dual [42001-199]", applicationContextRunner);
"select foobarlessSEQ.nextval from dual [42001-200]", applicationContextRunner);
}
@Test