summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Scott <stuartscott@google.com>2014-04-07 16:12:36 -0700
committerThe Android Automerger <android-build@google.com>2014-04-08 16:12:20 -0700
commit223cfb038763c72f57f463a84e486c65d391106d (patch)
treebd660c3cbcedac96916fa0d138d2c987bad516fd
parent206abd90fdfc5e3c4c65d4eb4ccf53262651ce8f (diff)
downloadcts-kitkat-mr2-release.tar.gz
bug:13792540 Change-Id: Ibd1171f8c7413e7feb154522a3a25d1b7b804445
-rw-r--r--hostsidetests/holo/src/android/holo/cts/HoloHostTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/hostsidetests/holo/src/android/holo/cts/HoloHostTest.java b/hostsidetests/holo/src/android/holo/cts/HoloHostTest.java
index 5de303017c8..25d13123d63 100644
--- a/hostsidetests/holo/src/android/holo/cts/HoloHostTest.java
+++ b/hostsidetests/holo/src/android/holo/cts/HoloHostTest.java
@@ -186,6 +186,8 @@ public class HoloHostTest extends DeviceTestCase implements IBuildReceiver {
ref.delete();
}
mExecutionService.shutdown();
+ // Remove the APK.
+ mDevice.uninstallPackage(PACKAGE);
super.tearDown();
}