Merge "correct the comments information for settings" am: 85563e7a22 am: 2977523d1c
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2132182 Change-Id: I1f6efe5189347ea219d818e89996deab7a46ce4f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -204,7 +204,7 @@ public class SettingsToPropertiesMapperTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testUpdatePropertiesFromSettings_PropertyAndSettingNotPresent() {
|
public void testUpdatePropertiesFromSettings_PropertyAndSettingNotPresent() {
|
||||||
// Test that empty property will not not be set if setting is not set
|
// Test that empty property will not be set if setting is not set
|
||||||
mTestMapper.updatePropertiesFromSettings();
|
mTestMapper.updatePropertiesFromSettings();
|
||||||
String propValue = mSystemSettingsMap.get("TestProperty");
|
String propValue = mSystemSettingsMap.get("TestProperty");
|
||||||
Assert.assertNull("Property should not be set if setting is null", propValue);
|
Assert.assertNull("Property should not be set if setting is null", propValue);
|
||||||
|
|||||||
Reference in New Issue
Block a user