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

Skip to content
Commit c7fbae25 authored by felkachang's avatar felkachang Committed by Felka Chang
Browse files

Fix atest ZipArchiveInputStream ClassNotFound

When run atest DocumentsUITests, ZipArchiveInputStream can be
found in neithor DocumentsUI.apk nor DocumentsUITests.apk. Because
the ZipArchiveInputStream is not used in DocumentsUI and removed
by proguard(r8), testcase expects that ZipArchiveInputStream exist
in DocumentsUI but not.

The solution is to use ZipInputStream rather than
ZipArchiveInputStream.

Fixes: 119845151
Test: atest DocumentsUITests:com.android.documentsui.FileCopyUiTest; \
    atest DocumentsUITests:com.android.documentsui.archives

Change-Id: Ide017017211144c4de9a61c333f8f7a1d97727c7
parent 9fad6594
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment