163164165166167168169170171172173
@Test public void testReset() { ScopePreference preference = preferences.get("Developer Tools", "Proxy Host"); preference.setValue("4.3.2.1"); preference.reset(); assertEquals("127.0.0.1", preference.getValue()); } @Test public void testResetAll() {