From dd24dad7f45387655920cd6a21ad97ffc26112b8 Mon Sep 17 00:00:00 2001 From: Jorg Pleumann <> Date: Tue, 31 Mar 2009 14:07:11 -0700 Subject: AI 143664: am: CL 143631 am: CL 143455 Bringing the SQL tests down to zero failures (and reducing the size of some stress tests, so they have a chance to actually succeed before the end of the world). Original author: jorgp Merged from: //branches/cupcake/... Original author: android-build Merged from: //branches/donutburger/... Automated import of CL 143664 --- sql/src/test/java/tests/SQLite/JDBCDriverTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sql/src/test/java/tests/SQLite/JDBCDriverTest.java') diff --git a/sql/src/test/java/tests/SQLite/JDBCDriverTest.java b/sql/src/test/java/tests/SQLite/JDBCDriverTest.java index c6fd677..55ab6be 100644 --- a/sql/src/test/java/tests/SQLite/JDBCDriverTest.java +++ b/sql/src/test/java/tests/SQLite/JDBCDriverTest.java @@ -157,7 +157,7 @@ public class JDBCDriverTest extends JDBCDriverFunctionalTest { method = "getMajorVersion", args = {} ) - }) + }) public void testGetMajorVersion() { if (this.jDriver != null) { assertTrue(jDriver.getMajorVersion() > 0); @@ -252,7 +252,7 @@ public class JDBCDriverTest extends JDBCDriverFunctionalTest { method = "jdbcCompliant", args = {} ) - }) + }) public void testJdbcCompliant() { if (this.jDriver != null) { assertFalse(jDriver.jdbcCompliant()); -- cgit v1.1