Log contents of account directory for debugging.

This commit is contained in:
akwizgran
2019-05-15 17:09:42 +01:00
parent c062c16d27
commit 60b91bc317
4 changed files with 65 additions and 5 deletions

View File

@@ -128,7 +128,7 @@ public class AndroidAccountManagerTest extends BrambleMockTestCase {
will(returnValue(editor));
oneOf(editor).commit();
will(returnValue(true));
oneOf(app).getApplicationInfo();
allowing(app).getApplicationInfo();
will(returnValue(applicationInfo));
oneOf(app).getFilesDir();
will(returnValue(filesDir));