Rename dev options xml file

Bug: 34203528
Test: Builds and tests still pass
Change-Id: I7990555244c57f526b8609ae11154683aed889be
This commit is contained in:
jeffreyhuang
2017-11-13 16:58:55 -08:00
parent bbdc72c95a
commit d5e2fd30a9
5 changed files with 6 additions and 6 deletions

View File

@@ -93,7 +93,7 @@ public class DevelopmentSettingsDashboardFragmentTest {
.getXmlResourcesToIndex(RuntimeEnvironment.application, true);
assertThat(index.size()).isEqualTo(1);
assertThat(index.get(0).xmlResId).isEqualTo(R.xml.development_prefs);
assertThat(index.get(0).xmlResId).isEqualTo(R.xml.development_settings);
}
@Test