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

Commit ea5727ec authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "PmPermissionsTest: Update test expectations for getPackageSizeInfo"...

Merge "PmPermissionsTest: Update test expectations for getPackageSizeInfo" into rvc-dev am: 758aaeda

Change-Id: Id59fc0fc6201954b38407d6b56a369c19f2f154e
parents 893fc27f 758aaeda
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -43,8 +43,8 @@ public class PmPermissionsTests extends AndroidTestCase {
        try {
            mPm.getPackageSizeInfo(mPkgName, null);
            fail("PackageManager.getPackageSizeInfo" +
                    "did not throw SecurityException as expected");
        } catch (SecurityException e) {
                    "did not throw UnsupportedOperationException as expected");
        } catch (UnsupportedOperationException e) {
            // expected
        }
    }