Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
Clarify data dir whitelist assertion message.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcomella committed Nov 30, 2017
1 parent b945485 commit 0f77e21
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@ public void DeleteWebViewDataTest() throws InterruptedException, UiObjectNotFoun
continue;
}

assertTrue("Check '" + name + "' is in whitelist", WHITELIST_DATA_DIR_CONTENTS.contains(name));
assertTrue("Expected file '" + name + "' to be in the app's data dir whitelist",
WHITELIST_DATA_DIR_CONTENTS.contains(name));
}

assertNoTraces(dataDir);
Expand Down

0 comments on commit 0f77e21

Please sign in to comment.