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

Ron Sigal ron_sigal at yahoo.com
Wed Oct 31 22:22:42 EDT 2007


  User: rsigal  
  Date: 07/10/31 22:22:42

  Modified:    src/tests/org/jboss/test/remoting/transport/servlet  Tag:
                        remoting_2_x ServletInvokerExceptionTestClient.java
  Log:
  JBREM-675:  Changed "return-exception=true" to "dont-return-exception=false".
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.4.3   +3 -3      JBossRemoting/src/tests/org/jboss/test/remoting/transport/servlet/Attic/ServletInvokerExceptionTestClient.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ServletInvokerExceptionTestClient.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/transport/servlet/Attic/ServletInvokerExceptionTestClient.java,v
  retrieving revision 1.1.4.2
  retrieving revision 1.1.4.3
  diff -u -b -r1.1.4.2 -r1.1.4.3
  --- ServletInvokerExceptionTestClient.java	11 Oct 2007 05:07:40 -0000	1.1.4.2
  +++ ServletInvokerExceptionTestClient.java	1 Nov 2007 02:22:42 -0000	1.1.4.3
  @@ -26,8 +26,8 @@
   
   /**
    * This test is identical to ServletInvokerTestClient except that it, in the case
  - * when an exception is thrown on the server, ServletServerInvoker is instructed
  - * to return the actual exception.
  + * when an exception is thrown on the server, ServletServerInvoker is explicitly instructed
  + * not to return the actual exception.
    * 
    * See JBREM-813.
    * 
  @@ -40,7 +40,7 @@
   
      public String getLocatorURI()
      {
  -      return "servlet://localhost:8080/servlet-invoker/ServerInvokerServlet/?return-exception=true";
  +      return "servlet://localhost:8080/servlet-invoker/ServerInvokerServlet/?dont-return-exception=false";
      }
   
      public static void main(String[] args)
  
  
  



More information about the jboss-cvs-commits mailing list