Fix a SettingsProvider test : 2377540

This commit is contained in:
Amith Yamasani
2010-03-07 21:25:21 -08:00
parent afc591ee03
commit d0ca3379c2

View File

@@ -59,7 +59,7 @@ public class SettingsProviderTest extends AndroidTestCase {
assertEquals("content://settings/system/test_setting",
Settings.System.getUriFor("test_setting").toString());
assertEquals("content://settings/gservices/test_service",
assertEquals("content://settings/secure/test_service",
Settings.Secure.getUriFor("test_service").toString());
// These tables use the row name (not ID) as their content URI.