summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Muramatsu <btmura@android.com>2011-06-10 11:53:49 -0700
committerBrian Muramatsu <btmura@android.com>2011-06-10 11:53:49 -0700
commit0866696a341f481adb1d07e9a92eb634b942e10b (patch)
tree5efffa8345bc550e9d91824f5f9bbf5f01e1f981
parent7c2e6b1c889a298839ce793382e73256262c13a9 (diff)
downloadplatform_cts-0866696a341f481adb1d07e9a92eb634b942e10b.tar.gz
platform_cts-0866696a341f481adb1d07e9a92eb634b942e10b.tar.bz2
platform_cts-0866696a341f481adb1d07e9a92eb634b942e10b.zip
Remove testUnknownSourcesByDefaultTest
This was expected to be removed by merging in the changes from Froyo. However, since the change originated in GB, the cherry-picking into Froyo and removing it in Froyo ended up as a no-op when merging the removal back into GB. Thus, remove this again! Change-Id: I95ff719a1ce6b276e00d33e3286bd49c2255759d
-rw-r--r--tests/tests/provider/src/android/provider/cts/Settings_SecureTest.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/tests/provider/src/android/provider/cts/Settings_SecureTest.java b/tests/tests/provider/src/android/provider/cts/Settings_SecureTest.java
index c325abfeeb6..718b9d2f5d4 100644
--- a/tests/tests/provider/src/android/provider/cts/Settings_SecureTest.java
+++ b/tests/tests/provider/src/android/provider/cts/Settings_SecureTest.java
@@ -179,9 +179,4 @@ public class Settings_SecureTest extends AndroidTestCase {
assertNotNull(uri);
assertEquals(Uri.withAppendedPath(Secure.CONTENT_URI, name), uri);
}
-
- public void testUnknownSourcesOffByDefault() throws SettingNotFoundException {
- assertEquals("Device should not ship with 'Unknown Sources' enabled by default.",
- 0, Secure.getInt(cr, Settings.Secure.INSTALL_NON_MARKET_APPS));
- }
}