You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2013/02/01 22:02:55 UTC

[1/2] git commit: [WAGON-386] build failure with jdk 1.7 completly disable this as it doesn't have real sense in fact. bytes transfered are still controlled.

[WAGON-386] build failure with jdk 1.7
completly disable this as it doesn't have real sense in fact.
bytes transfered are still controlled.


Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/f383f389
Tree: http://git-wip-us.apache.org/repos/asf/maven-wagon/tree/f383f389
Diff: http://git-wip-us.apache.org/repos/asf/maven-wagon/diff/f383f389

Branch: refs/heads/master
Commit: f383f3898182cb54f3777868453bae1fc6477e7c
Parents: ff1c2b3
Author: olivier lamy <ol...@apache.org>
Authored: Fri Feb 1 21:55:03 2013 +0100
Committer: olivier lamy <ol...@apache.org>
Committed: Fri Feb 1 21:55:03 2013 +0100

----------------------------------------------------------------------
 .../java/org/apache/maven/wagon/WagonTestCase.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-wagon/blob/f383f389/wagon-provider-test/src/main/java/org/apache/maven/wagon/WagonTestCase.java
----------------------------------------------------------------------
diff --git a/wagon-provider-test/src/main/java/org/apache/maven/wagon/WagonTestCase.java b/wagon-provider-test/src/main/java/org/apache/maven/wagon/WagonTestCase.java
index 4abb767..f10051b 100644
--- a/wagon-provider-test/src/main/java/org/apache/maven/wagon/WagonTestCase.java
+++ b/wagon-provider-test/src/main/java/org/apache/maven/wagon/WagonTestCase.java
@@ -998,7 +998,7 @@ public abstract class WagonTestCase
      */
     protected boolean assertOnTransferProgress()
     {
-        return true;
+        return false;
     }
 
     protected ProgressArgumentMatcher replaceMockForGet( Wagon wagon, int expectedSize )