Browse Source

Merge "Remove an unused File reference in test code"

stable-0.9
Shawn Pearce 15 years ago committed by Code Review
parent
commit
ff59ce4bff
  1. 1
      org.eclipse.jgit.test/tst/org/eclipse/jgit/ignore/IgnoreCacheTest.java

1
org.eclipse.jgit.test/tst/org/eclipse/jgit/ignore/IgnoreCacheTest.java

@ -131,7 +131,6 @@ public class IgnoreCacheTest extends RepositoryTestCase {
else
fail("Base directory not initialized");
test = new File("/tmp/not/part/of/repo/path");
}
public void testRules() {

Loading…
Cancel
Save