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

Commit 1bc12035 authored by Tomasz Mikolajewski's avatar Tomasz Mikolajewski Committed by Garfield Tan
Browse files

Fix archive tests.

Test: Archive tests pass again.
Bug: 35797359
Change-Id: I2c1548078acd02a682b796a03f578b0dbf57bc2c
parent 8523c258
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -48,7 +48,8 @@ import java.util.concurrent.CountDownLatch;
@MediumTest
public class ArchivesProviderTest extends AndroidTestCase {
    private static final Uri ARCHIVE_URI = Uri.parse("content://i/love/strawberries");
    private static final String NOTIFICATION_URI = "content://notification-uri";
    private static final String NOTIFICATION_URI =
            "content://com.android.documentsui.archives/notification-uri";
    private ExecutorService mExecutor = null;
    private Archive mArchive = null;
    private TestUtils mTestUtils = null;
+2 −1
Original line number Diff line number Diff line
@@ -40,7 +40,8 @@ import java.util.concurrent.TimeUnit;
@MediumTest
public class ReadableArchiveTest extends AndroidTestCase {
    private static final Uri ARCHIVE_URI = Uri.parse("content://i/love/strawberries");
    private static final String NOTIFICATION_URI = "content://notification-uri";
    private static final String NOTIFICATION_URI =
            "content://com.android.documentsui.archives/notification-uri";
    private ExecutorService mExecutor = null;
    private Archive mArchive = null;
    private TestUtils mTestUtils = null;
+2 −1
Original line number Diff line number Diff line
@@ -43,7 +43,8 @@ import java.util.zip.ZipFile;
@MediumTest
public class WriteableArchiveTest extends AndroidTestCase {
    private static final Uri ARCHIVE_URI = Uri.parse("content://i/love/strawberries");
    private static final String NOTIFICATION_URI = "content://notification-uri";
    private static final String NOTIFICATION_URI =
            "content://com.android.documentsui.archives/notification-uri";
    private ExecutorService mExecutor = null;
    private Archive mArchive = null;
    private TestUtils mTestUtils = null;