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

Merge commit '7361b7410f2427022cc8917b00553dc26107cded' into kraken

* commit '7361b7410f2427022cc8917b00553dc26107cded':
  Uncomment a test that was marked as STOPSHIP
This commit is contained in:
Suchi Amalapurapu
2010-05-18 14:55:48 -07:00
committed by Android Git Automerger

View File

@@ -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());
}