Updated test for the new maria error code

resolves #288
This commit is contained in:
Glenn Renfro
2019-04-08 11:28:13 -04:00
parent ce51987f98
commit c8158360b2

View File

@@ -131,7 +131,7 @@ public class SimpleTaskAutoConfigurationTests {
+ "Could not obtain sequence value; nested exception is org.h2.jdbc.JdbcSQLSyntaxErrorException: "
+ "Syntax error in SQL statement \"SELECT FOOBARLESSSEQ.NEXTVAL FROM[*] DUAL \"; "
+ "expected \"identifier\"; SQL statement:\n"
+ "select foobarlessSEQ.nextval from dual [42001-198]",
+ "select foobarlessSEQ.nextval from dual [42001-199]",
applicationContextRunner);
}