From 0866696a341f481adb1d07e9a92eb634b942e10b Mon Sep 17 00:00:00 2001 From: Brian Muramatsu Date: Fri, 10 Jun 2011 11:53:49 -0700 Subject: 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 --- .../tests/provider/src/android/provider/cts/Settings_SecureTest.java | 5 ----- 1 file changed, 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)); - } } -- cgit v1.2.3