Loading core/tests/coretests/src/android/database/sqlite/SQLiteCursorTest.java +4 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,10 @@ public class SQLiteCursorTest extends AndroidTestCase { assertTrue(db.isOpen()); } @SmallTest /** * this test could take a while to execute. so, designate it as LargetTest */ @LargeTest public void testFillWindow() { // create schema final String testTable = "testV"; Loading core/tests/coretests/src/android/database/sqlite/SQLiteStatementTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -128,7 +128,7 @@ public class SQLiteStatementTest extends AndroidTestCase { * pre-compiled SQL statement id except in during the period of binding the arguments * and executing the SQL statement. */ @SmallTest @LargeTest public void testReferenceToPrecompiledStatementId() { mDatabase.execSQL("create table t (i int, j text);"); verifyReferenceToPrecompiledStatementId(false); Loading Loading
core/tests/coretests/src/android/database/sqlite/SQLiteCursorTest.java +4 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,10 @@ public class SQLiteCursorTest extends AndroidTestCase { assertTrue(db.isOpen()); } @SmallTest /** * this test could take a while to execute. so, designate it as LargetTest */ @LargeTest public void testFillWindow() { // create schema final String testTable = "testV"; Loading
core/tests/coretests/src/android/database/sqlite/SQLiteStatementTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -128,7 +128,7 @@ public class SQLiteStatementTest extends AndroidTestCase { * pre-compiled SQL statement id except in during the period of binding the arguments * and executing the SQL statement. */ @SmallTest @LargeTest public void testReferenceToPrecompiledStatementId() { mDatabase.execSQL("create table t (i int, j text);"); verifyReferenceToPrecompiledStatementId(false); Loading