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

Commit a3c0792b 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: Ifdc4cc9be1b41a82c7444d7182d835648cc9fcea
parents 39d11fd8 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
        }
    }