Updated Branches: refs/heads/master 0b9afc33c -> 7f9e4fd91
try again to avoid issue with symlink on jenkins Project: http://git-wip-us.apache.org/repos/asf/maven-scm/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-scm/commit/7f9e4fd9 Tree: http://git-wip-us.apache.org/repos/asf/maven-scm/tree/7f9e4fd9 Diff: http://git-wip-us.apache.org/repos/asf/maven-scm/diff/7f9e4fd9 Branch: refs/heads/master Commit: 7f9e4fd91f01e3ea69c2441a7d9d0324fafe8d4c Parents: 0b9afc3 Author: olivier lamy <[email protected]> Authored: Sat Oct 13 18:14:22 2012 +0200 Committer: olivier lamy <[email protected]> Committed: Sat Oct 13 18:14:22 2012 +0200 ---------------------------------------------------------------------- .../command/status/GitStatusConsumerTest.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-scm/blob/7f9e4fd9/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-gitexe/src/test/java/org/apache/maven/scm/provider/git/gitexe/command/status/GitStatusConsumerTest.java ---------------------------------------------------------------------- diff --git a/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-gitexe/src/test/java/org/apache/maven/scm/provider/git/gitexe/command/status/GitStatusConsumerTest.java b/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-gitexe/src/test/java/org/apache/maven/scm/provider/git/gitexe/command/status/GitStatusConsumerTest.java index 8f73b0b..a2d8935 100644 --- a/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-gitexe/src/test/java/org/apache/maven/scm/provider/git/gitexe/command/status/GitStatusConsumerTest.java +++ b/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-gitexe/src/test/java/org/apache/maven/scm/provider/git/gitexe/command/status/GitStatusConsumerTest.java @@ -248,7 +248,7 @@ public class GitStatusConsumerTest File dir = createTempDirectory(); FileUtils.fileAppend( dir.getCanonicalPath() + File.separator + "NewCapfile", "data" ); - GitStatusConsumer consumer = new GitStatusConsumer( new DefaultLog(), dir ); + GitStatusConsumer consumer = new GitStatusConsumer( new DefaultLog(), dir.getCanonicalFile() ); consumer.consumeLine( "R OldCapfile -> NewCapFile" );
