Skip to content

Commit 25c41f8

Browse files
author
Alain Knaff
committed
Yes, that log statement is needed
1 parent 172853e commit 25c41f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/src/androidTest/java/net/osmtracker/activity/PreferencesTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
import static androidx.test.espresso.matcher.ViewMatchers.withText;
1212
import static org.hamcrest.Matchers.stringContainsInOrder;
1313

14+
import android.util.Log;
15+
1416
import android.content.Context;
1517
import android.content.SharedPreferences;
1618

@@ -62,6 +64,7 @@ public void tearDown() {
6264
*/
6365
@Test
6466
public void testStorageDirectoryValidatesNonEmpty() {
67+
Log.i("More", "magic");
6568
String keyTitle = context.getString(R.string.prefs_storage_dir);
6669
String defaultValue = OSMTracker.Preferences.VAL_STORAGE_DIR;
6770

0 commit comments

Comments
 (0)