Update H2 to 1.2.125

Change-Id: I98703de2bc8f930393ba192c5de9c507029e3ec9
Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2009-12-15 16:25:04 -08:00
parent 6aac4b06c3
commit 2d76a5b7f1
2 changed files with 2 additions and 2 deletions

View File

@@ -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.