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 19:35:22 UTC

git commit: [WAGON-386] build failure with jdk 1.7

Updated Branches:
  refs/heads/master fe938fbcd -> ff1c2b314


[WAGON-386] build failure with jdk 1.7


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

Branch: refs/heads/master
Commit: ff1c2b314872b5331db4524dee1e173a5e3fc7a7
Parents: fe938fb
Author: olivier lamy <ol...@apache.org>
Authored: Fri Feb 1 19:34:52 2013 +0100
Committer: olivier lamy <ol...@apache.org>
Committed: Fri Feb 1 19:34:52 2013 +0100

----------------------------------------------------------------------
 .../providers/http/LightweightHttpsWagonTest.java  |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-wagon/blob/ff1c2b31/wagon-providers/wagon-http-lightweight/src/test/java/org/apache/maven/wagon/providers/http/LightweightHttpsWagonTest.java
----------------------------------------------------------------------
diff --git a/wagon-providers/wagon-http-lightweight/src/test/java/org/apache/maven/wagon/providers/http/LightweightHttpsWagonTest.java b/wagon-providers/wagon-http-lightweight/src/test/java/org/apache/maven/wagon/providers/http/LightweightHttpsWagonTest.java
index 270ba8a..3b532eb 100644
--- a/wagon-providers/wagon-http-lightweight/src/test/java/org/apache/maven/wagon/providers/http/LightweightHttpsWagonTest.java
+++ b/wagon-providers/wagon-http-lightweight/src/test/java/org/apache/maven/wagon/providers/http/LightweightHttpsWagonTest.java
@@ -45,4 +45,10 @@ public class LightweightHttpsWagonTest
         connector.setTrustPassword( "wagonhttp" );
         server.setConnectors( new Connector[] { connector } );
     }
+
+    @Override
+    protected boolean assertOnTransferProgress()
+    {
+        return false;
+    }
 }