commit | 2a13ae72d06152c91a93d1f7e51fa1a98f2a5ad1 | [log] [tgz] |
---|---|---|
author | Zhomart Mukhamejanov <zhomart@google.com> | Thu Jun 07 19:28:02 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jun 07 19:28:02 2018 -0700 |
tree | 0336b767964ff82b8c1cd7dfdfc365ace68aca72 | |
parent | 30f1d99a91d60412a852b84bafde488e66127dcc [diff] | |
parent | 31b517c5107304466588bc0be792d73bec8033f2 [diff] |
Merge "updater_sample: fix payload spec tests" am: 684d7216e6 am: 7c8e5b6ee8 am: 31b517c510 Change-Id: I9a8101831c087d98fa3350a754ef5ffcff8ce592
diff --git a/updater_sample/tests/src/com/example/android/systemupdatersample/util/PayloadSpecsTest.java b/updater_sample/tests/src/com/example/android/systemupdatersample/util/PayloadSpecsTest.java index 3ba84c1..0308693 100644 --- a/updater_sample/tests/src/com/example/android/systemupdatersample/util/PayloadSpecsTest.java +++ b/updater_sample/tests/src/com/example/android/systemupdatersample/util/PayloadSpecsTest.java
@@ -65,7 +65,7 @@ mTargetContext = InstrumentationRegistry.getTargetContext(); mTestContext = InstrumentationRegistry.getContext(); - mTestDir = mTargetContext.getFilesDir(); + mTestDir = mTargetContext.getCacheDir(); mPayloadSpecs = new PayloadSpecs(); }