summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ant.test/src/org
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jgit.ant.test/src/org')
-rw-r--r--org.eclipse.jgit.ant.test/src/org/eclipse/jgit/ant/tasks/GitCloneTaskTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.ant.test/src/org/eclipse/jgit/ant/tasks/GitCloneTaskTest.java b/org.eclipse.jgit.ant.test/src/org/eclipse/jgit/ant/tasks/GitCloneTaskTest.java
index 1d7187a312..9f9d459a6c 100644
--- a/org.eclipse.jgit.ant.test/src/org/eclipse/jgit/ant/tasks/GitCloneTaskTest.java
+++ b/org.eclipse.jgit.ant.test/src/org/eclipse/jgit/ant/tasks/GitCloneTaskTest.java
@@ -66,7 +66,7 @@ public class GitCloneTaskTest extends LocalDiskRepositoryTestCase {
@Before
public void before() throws IOException {
dest = createTempFile();
- FS.getFsTimerResolution(dest.toPath().getParent());
+ FS.getFileStoreAttributeCache(dest.toPath().getParent());
project = new Project();
project.init();
enableLogging();