We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172853e commit 25c41f8Copy full SHA for 25c41f8
app/src/androidTest/java/net/osmtracker/activity/PreferencesTest.java
@@ -11,6 +11,8 @@
11
import static androidx.test.espresso.matcher.ViewMatchers.withText;
12
import static org.hamcrest.Matchers.stringContainsInOrder;
13
14
+import android.util.Log;
15
+
16
import android.content.Context;
17
import android.content.SharedPreferences;
18
@@ -62,6 +64,7 @@ public void tearDown() {
62
64
*/
63
65
@Test
66
public void testStorageDirectoryValidatesNonEmpty() {
67
+ Log.i("More", "magic");
68
String keyTitle = context.getString(R.string.prefs_storage_dir);
69
String defaultValue = OSMTracker.Preferences.VAL_STORAGE_DIR;
70
0 commit comments