You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by og...@apache.org on 2008/08/12 04:31:58 UTC

svn commit: r685025 - in /maven/sandbox/trunk/mercury/mercury-transport/mercury-transport-http/src/test/java/org/apache/maven/mercury/spi/http/client: JettyDeployerTest.java JettyRetrieverTest.java

Author: ogusakov
Date: Mon Aug 11 19:31:57 2008
New Revision: 685025

URL: http://svn.apache.org/viewvc?rev=685025&view=rev
Log:
insignificant changes to unit tests

Modified:
    maven/sandbox/trunk/mercury/mercury-transport/mercury-transport-http/src/test/java/org/apache/maven/mercury/spi/http/client/JettyDeployerTest.java
    maven/sandbox/trunk/mercury/mercury-transport/mercury-transport-http/src/test/java/org/apache/maven/mercury/spi/http/client/JettyRetrieverTest.java

Modified: maven/sandbox/trunk/mercury/mercury-transport/mercury-transport-http/src/test/java/org/apache/maven/mercury/spi/http/client/JettyDeployerTest.java
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/mercury/mercury-transport/mercury-transport-http/src/test/java/org/apache/maven/mercury/spi/http/client/JettyDeployerTest.java?rev=685025&r1=685024&r2=685025&view=diff
==============================================================================
--- maven/sandbox/trunk/mercury/mercury-transport/mercury-transport-http/src/test/java/org/apache/maven/mercury/spi/http/client/JettyDeployerTest.java (original)
+++ maven/sandbox/trunk/mercury/mercury-transport/mercury-transport-http/src/test/java/org/apache/maven/mercury/spi/http/client/JettyDeployerTest.java Mon Aug 11 19:31:57 2008
@@ -58,12 +58,6 @@
 
     private static final String secretKeyFile = "/pgp/secring.gpg";
     private static final String secretKeyPass = "testKey82";
-
-    private static final String publicKeyFile = "/pgp/pubring.gpg";
-    
-    private PGPSecretKeyRing secretKeyRing;
-    private PGPSecretKey secretKey;
-    private PGPPublicKey publicKey;
     
     protected DefaultDeployer _deployer;
     protected SimplePutServer _putServer;

Modified: maven/sandbox/trunk/mercury/mercury-transport/mercury-transport-http/src/test/java/org/apache/maven/mercury/spi/http/client/JettyRetrieverTest.java
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/mercury/mercury-transport/mercury-transport-http/src/test/java/org/apache/maven/mercury/spi/http/client/JettyRetrieverTest.java?rev=685025&r1=685024&r2=685025&view=diff
==============================================================================
--- maven/sandbox/trunk/mercury/mercury-transport/mercury-transport-http/src/test/java/org/apache/maven/mercury/spi/http/client/JettyRetrieverTest.java (original)
+++ maven/sandbox/trunk/mercury/mercury-transport/mercury-transport-http/src/test/java/org/apache/maven/mercury/spi/http/client/JettyRetrieverTest.java Mon Aug 11 19:31:57 2008
@@ -49,19 +49,8 @@
     public static final String __HOST_FRAGMENT = "http://localhost:";
     public static final String __PATH_FRAGMENT = "/maven2/repo/";
     
-
-    private static final String keyId   = "0EDB5D91141BC4F2";
-
-    private static final String secretKeyFile = "/pgp/secring.gpg";
-    private static final String secretKeyPass = "testKey82";
-
     private static final String publicKeyFile = "/pgp/pubring.gpg";
     
-    private PGPSecretKeyRing secretKeyRing;
-    private PGPSecretKey secretKey;
-    private PGPPublicKey publicKey;
-    
-    
     public String _port;
     File file0;
     File file1;