Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Add ability to enter a new filename #83

Merged
merged 14 commits into from
Jul 3, 2016
Prev Previous commit
Next Next commit
Fix test compile error
spacecowboy committed Jun 26, 2016
commit 4a1217af4b1c24cf6e850e84cfab877d7cb0fc08
Original file line number Diff line number Diff line change
@@ -67,7 +67,7 @@ public void testGetRoot() throws Exception {
@Test
public void testSetArgsMultipleNewFiles() throws Exception {
try {
fragment.setArgs(null, AbstractFilePickerFragment.MODE_NEW_FILE, true, false, true);
fragment.setArgs(null, AbstractFilePickerFragment.MODE_NEW_FILE, true, false, true, false);
fail("Expected exception");
} catch (IllegalArgumentException e) {
assertTrue("Should mention the mode limitations: " + e.getMessage(),