summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarthick Pandiarajan <karthick.pandiarajan@harman.corp-partner.google.com>2018-08-23 13:09:01 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-08-23 13:09:01 -0700
commite56f5fc59ba2df20d367da9c1fe2c2954d3ddd36 (patch)
tree7f0f69a900e65ee36076edb40478aee08b0b13e9
parent33d08c5fe9bdb94a6fa46480edb05c7ecdde110f (diff)
parent3676a8317175ab352f06c1ec089bfbd5f353a6dc (diff)
downloadcts-e56f5fc59ba2df20d367da9c1fe2c2954d3ddd36.tar.gz
Merge changes from topic "am-3250bf61-5226-4838-92a7-83e625664bc0" into oc-dev am: aae0d90da1
am: 3676a83171 Change-Id: Iaaa6e7837804dec337f5cf2d024c8184b5c423ec
-rw-r--r--hostsidetests/security/src/android/security/cts/Poc16_10.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/hostsidetests/security/src/android/security/cts/Poc16_10.java b/hostsidetests/security/src/android/security/cts/Poc16_10.java
index 5641aee0667..df116d4e6f3 100644
--- a/hostsidetests/security/src/android/security/cts/Poc16_10.java
+++ b/hostsidetests/security/src/android/security/cts/Poc16_10.java
@@ -106,5 +106,8 @@ public class Poc16_10 extends SecurityTestCase {
assertNotMatches("[\\s\\n\\S]*Fatal signal 11 \\(SIGSEGV\\)" +
"[\\s\\n\\S]*>>> /system/bin/" +
"mediaserver <<<[\\s\\n\\S]*", logcat);
+
+ //make sure the app is uninstalled after the test
+ AdbUtils.runCommandLine("pm uninstall com.trendmicro.wish_wu.camera2" , getDevice());
}
}