diff options
author | Zhomart Mukhamejanov <zhomart@google.com> | 2018-05-10 21:19:16 +0200 |
---|---|---|
committer | Zhomart Mukhamejanov <zhomart@google.com> | 2018-05-10 21:19:16 +0200 |
commit | bb8a2151387148e66bdd0b0ceb5d70d9db84ba69 (patch) | |
tree | 51fe2e69094925fe64814351bc654d59fb124e91 /updater_sample/tests | |
parent | Merge "updater_sample: add http header demo" (diff) | |
download | android_bootable_recovery-bb8a2151387148e66bdd0b0ceb5d70d9db84ba69.tar android_bootable_recovery-bb8a2151387148e66bdd0b0ceb5d70d9db84ba69.tar.gz android_bootable_recovery-bb8a2151387148e66bdd0b0ceb5d70d9db84ba69.tar.bz2 android_bootable_recovery-bb8a2151387148e66bdd0b0ceb5d70d9db84ba69.tar.lz android_bootable_recovery-bb8a2151387148e66bdd0b0ceb5d70d9db84ba69.tar.xz android_bootable_recovery-bb8a2151387148e66bdd0b0ceb5d70d9db84ba69.tar.zst android_bootable_recovery-bb8a2151387148e66bdd0b0ceb5d70d9db84ba69.zip |
Diffstat (limited to 'updater_sample/tests')
-rw-r--r-- | updater_sample/tests/src/com/example/android/systemupdatersample/util/FileDownloaderTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/updater_sample/tests/src/com/example/android/systemupdatersample/util/FileDownloaderTest.java b/updater_sample/tests/src/com/example/android/systemupdatersample/util/FileDownloaderTest.java index 009610e86..a136ff0ed 100644 --- a/updater_sample/tests/src/com/example/android/systemupdatersample/util/FileDownloaderTest.java +++ b/updater_sample/tests/src/com/example/android/systemupdatersample/util/FileDownloaderTest.java @@ -16,7 +16,7 @@ package com.example.android.systemupdatersample.util; -import static junit.framework.Assert.assertEquals; +import static org.junit.Assert.assertEquals; import android.content.Context; import android.support.test.InstrumentationRegistry; |