Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8e109aa authored by Vasu Nori's avatar Vasu Nori Committed by Android (Google) Code Review
Browse files

Merge "annotate some tests large - just in case they take longer. bug:3066136"

parents 4f65ea60 790762ca
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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";
+1 −1
Original line number Diff line number Diff line
@@ -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);