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

Commit 2d94a50f authored by Tomasz Mikolajewski's avatar Tomasz Mikolajewski
Browse files

Remove deprecated FLAG_ARCHIVE from the test code.

Test: Compiles and all tests pass.
Bug: 31783726
Change-Id: Ica4c93afbddeb7aefde93bafc20fd2dadaee9119
parent 4a5b6998
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -94,8 +94,7 @@ public class TestEnv {
                        | Document.FLAG_PARTIAL);
        FILE_ARCHIVE = model.createFile(
                "whatsinthere.zip",
                Document.FLAG_ARCHIVE
                        | Document.FLAG_SUPPORTS_DELETE);
                Document.FLAG_SUPPORTS_DELETE);
        FILE_VIRTUAL = model.createDocument(
                "virtualdoc.vnd",
                "application/vnd.google-apps.document",