diff options
author | Suchi Amalapurapu <asuchitra@google.com> | 2010-05-18 14:53:37 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-05-18 14:53:37 -0700 |
commit | 7361b7410f2427022cc8917b00553dc26107cded (patch) | |
tree | 1c2dc0fddaf8d858bd60d5ca2e35614cad90d003 | |
parent | ea6f6755ce15133238938bd9626b69e5f655a49c (diff) | |
parent | 4a0823e5486f16b10762076d629f2f7e4d5da476 (diff) | |
download | frameworks_base-7361b7410f2427022cc8917b00553dc26107cded.zip frameworks_base-7361b7410f2427022cc8917b00553dc26107cded.tar.gz frameworks_base-7361b7410f2427022cc8917b00553dc26107cded.tar.bz2 |
am 4a0823e5: Merge "Uncomment a test that was marked as STOPSHIP Add MediumTest tag" into froyo
Merge commit '4a0823e5486f16b10762076d629f2f7e4d5da476' into froyo-plus-aosp
* commit '4a0823e5486f16b10762076d629f2f7e4d5da476':
Uncomment a test that was marked as STOPSHIP
-rwxr-xr-x | core/tests/coretests/src/android/content/pm/PackageManagerTests.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/tests/coretests/src/android/content/pm/PackageManagerTests.java b/core/tests/coretests/src/android/content/pm/PackageManagerTests.java index c1e4d72..1f2e97c 100755 --- a/core/tests/coretests/src/android/content/pm/PackageManagerTests.java +++ b/core/tests/coretests/src/android/content/pm/PackageManagerTests.java @@ -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()); } |