summaryrefslogtreecommitdiffstats
path: root/updater_sample/tests/src/com/example/android/systemupdatersample/UpdateConfigTest.java
diff options
context:
space:
mode:
authorZhomart Mukhamejanov <zhomart@google.com>2018-06-05 02:05:59 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-06-05 02:05:59 +0200
commit188190cc8c7549816a4938ba41950ad75c002b63 (patch)
tree41e863980433762aeba1021dd7989265ebac938c /updater_sample/tests/src/com/example/android/systemupdatersample/UpdateConfigTest.java
parentMerge "tests: Add ResumableUpdaterTest." (diff)
parentMerge "updater_sample: improve updater state handling" (diff)
downloadandroid_bootable_recovery-188190cc8c7549816a4938ba41950ad75c002b63.tar
android_bootable_recovery-188190cc8c7549816a4938ba41950ad75c002b63.tar.gz
android_bootable_recovery-188190cc8c7549816a4938ba41950ad75c002b63.tar.bz2
android_bootable_recovery-188190cc8c7549816a4938ba41950ad75c002b63.tar.lz
android_bootable_recovery-188190cc8c7549816a4938ba41950ad75c002b63.tar.xz
android_bootable_recovery-188190cc8c7549816a4938ba41950ad75c002b63.tar.zst
android_bootable_recovery-188190cc8c7549816a4938ba41950ad75c002b63.zip
Diffstat (limited to '')
-rw-r--r--updater_sample/tests/src/com/example/android/systemupdatersample/UpdateConfigTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater_sample/tests/src/com/example/android/systemupdatersample/UpdateConfigTest.java b/updater_sample/tests/src/com/example/android/systemupdatersample/UpdateConfigTest.java
index 000f5663b..1cbd8601e 100644
--- a/updater_sample/tests/src/com/example/android/systemupdatersample/UpdateConfigTest.java
+++ b/updater_sample/tests/src/com/example/android/systemupdatersample/UpdateConfigTest.java
@@ -60,7 +60,7 @@ public class UpdateConfigTest {
public void setUp() throws Exception {
mContext = InstrumentationRegistry.getContext();
mTargetContext = InstrumentationRegistry.getTargetContext();
- mJsonStreaming001 = readResource(R.raw.update_config_stream_001);
+ mJsonStreaming001 = readResource(R.raw.update_config_001_stream);
}
@Test