Update H2 to 1.2.125
Change-Id: I98703de2bc8f930393ba192c5de9c507029e3ec9 Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
@@ -60,7 +60,7 @@ public class SystemConfigProviderTest extends TestCase {
|
||||
assertTrue(cause instanceof SQLException);
|
||||
|
||||
final String msg = cause.getMessage();
|
||||
assertEquals("Table SCHEMA_VERSION not found", msg.split(";")[0]);
|
||||
assertEquals("Table \"SCHEMA_VERSION\" not found", msg.split(";")[0]);
|
||||
}
|
||||
|
||||
// Create the schema using the current schema version.
|
||||
|
||||
Reference in New Issue
Block a user