changed android tests for "deprecation"
This commit is contained in:
parent
1f2f655863
commit
e379b7abb0
2 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
package btools.routingapp;
|
||||
|
||||
import static org.hamcrest.MatcherAssert.assertThat;
|
||||
import static org.hamcrest.Matchers.empty;
|
||||
import static org.hamcrest.Matchers.hasItem;
|
||||
import static org.hamcrest.Matchers.not;
|
||||
import static org.junit.Assert.assertThat;
|
||||
|
||||
import android.os.Build;
|
||||
import android.os.Environment;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package btools.routingapp;
|
||||
|
||||
import static org.hamcrest.MatcherAssert.assertThat;
|
||||
import static org.hamcrest.core.Is.is;
|
||||
import static org.junit.Assert.assertThat;
|
||||
|
||||
import android.content.Context;
|
||||
|
||||
|
|
Loading…
Reference in a new issue