commit | 684d7216e67057519e694b1a99d2761a7b9432fe | [log] [tgz] |
---|---|---|
author | Zhomart Mukhamejanov <zhomart@google.com> | Thu Jun 07 22:49:14 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jun 07 22:49:14 2018 +0000 |
tree | b7072b12cfc83322223e0f3316ce421e59a62813 | |
parent | eeabbecb64dad101d3c05211d2e8524de46efd49 [diff] | |
parent | 8a6a86a101e1caa50fa258c34865bcca4629d6a3 [diff] |
Merge "updater_sample: fix payload spec tests"
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(); }