Merge "Add the intended file to avoid breakage"

This commit is contained in:
Christian Halstrick 2012-09-25 16:41:56 -04:00 committed by Gerrit Code Review @ Eclipse.org
commit 01a33350ee
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ public void failingPathsShouldNotResultInOKReturnValue() throws Exception {
file = new File(db.getWorkTree(), "unrelated.txt");
write(file, "unrelated");
git.add().addFilepattern("unrelated").call();
git.add().addFilepattern("unrelated.txt").call();
RevCommit head = git.commit().setMessage("Adding another file").call();
// Untracked file to cause failing path for delete() of folder1