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

Commit 4ec730ca authored by Suchi Amalapurapu's avatar Suchi Amalapurapu Committed by Android Git Automerger
Browse files

am 7361b741: am 4a0823e5: Merge "Uncomment a test that was marked as STOPSHIP...

am 7361b741: am 4a0823e5: Merge "Uncomment a test that was marked as STOPSHIP Add MediumTest tag" into froyo

Merge commit '7361b741' into kraken

* commit '7361b741':
  Uncomment a test that was marked as STOPSHIP
parents c4bdb6d5 7361b741
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -1039,10 +1039,9 @@ public class PackageManagerTests extends AndroidTestCase {
     * Install package on sdcard. Unmount and then mount the media.
     * (Use PackageManagerService private api for now)
     * Make sure the installed package is available.
     * STOPSHIP will uncomment when MountService api's to mount/unmount
     * are made asynchronous.
     */
    public void xxxtestMountSdNormalInternal() {
    @MediumTest
    public void testMountSdNormalInternal() {
        assertTrue(mountFromRawResource());
    }