[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/transport/http/proxy ...

Tom Elrod tom.elrod at jboss.com
Sun Feb 25 16:28:08 EST 2007


  User: telrod  
  Date: 07/02/25 16:28:08

  Modified:    src/tests/org/jboss/test/remoting/transport/http/proxy  Tag:
                        remoting_2_x HTTPInvokerProxyTestCase.java
  Log:
  JBREM-712 - had to update to use new public proxy server.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.4.1   +4 -4      JBossRemoting/src/tests/org/jboss/test/remoting/transport/http/proxy/HTTPInvokerProxyTestCase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: HTTPInvokerProxyTestCase.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/transport/http/proxy/HTTPInvokerProxyTestCase.java,v
  retrieving revision 1.1
  retrieving revision 1.1.4.1
  diff -u -b -r1.1 -r1.1.4.1
  --- HTTPInvokerProxyTestCase.java	25 Aug 2006 19:50:01 -0000	1.1
  +++ HTTPInvokerProxyTestCase.java	25 Feb 2007 21:28:08 -0000	1.1.4.1
  @@ -71,8 +71,8 @@
   
         // proxy info
         System.setProperty("proxySet", "true");
  -      System.setProperty("http.proxyHost", "221.208.173.84");
  -      System.setProperty("http.proxyPort", "3128");
  +      System.setProperty("http.proxyHost", "84.19.177.62");
  +      System.setProperty("http.proxyPort", "8080");
   
         String result = makeInvocationCall(null, metadata);
   
  @@ -107,8 +107,8 @@
   
   
            // proxy info
  -         metadata.put("http.proxyHost", "221.208.173.84");
  -         metadata.put("http.proxyPort", "3128");
  +         metadata.put("http.proxyHost", "84.19.177.62");
  +         metadata.put("http.proxyPort", "8080");
   
            String result = makeInvocationCall(null, metadata);
   
  
  
  



More information about the jboss-cvs-commits mailing list