Skip to content

Commit 4a0823e

Browse files
Suchi AmalapurapuAndroid (Google) Code Review
authored andcommitted
Merge "Uncomment a test that was marked as STOPSHIP Add MediumTest tag" into froyo
2 parents ef95ace + fb7bacf commit 4a0823e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

core/tests/coretests/src/android/content/pm/PackageManagerTests.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,10 +1039,9 @@ private boolean mountFromRawResource() {
10391039
* Install package on sdcard. Unmount and then mount the media.
10401040
* (Use PackageManagerService private api for now)
10411041
* Make sure the installed package is available.
1042-
* STOPSHIP will uncomment when MountService api's to mount/unmount
1043-
* are made asynchronous.
10441042
*/
1045-
public void xxxtestMountSdNormalInternal() {
1043+
@MediumTest
1044+
public void testMountSdNormalInternal() {
10461045
assertTrue(mountFromRawResource());
10471046
}
10481047

0 commit comments

Comments
 (0)