[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/transport/web ...
Ron Sigal
ron_sigal at yahoo.com
Tue Oct 9 18:27:23 EDT 2007
User: rsigal
Date: 07/10/09 18:27:23
Modified: src/tests/org/jboss/test/remoting/transport/web Tag:
remoting_2_2_0_GA WebInvocationHandler.java
Log:
JBREM-813: Added one System.out.println().
Revision Changes Path
No revision
No revision
1.6.8.1 +2 -1 JBossRemoting/src/tests/org/jboss/test/remoting/transport/web/WebInvocationHandler.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: WebInvocationHandler.java
===================================================================
RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/transport/web/WebInvocationHandler.java,v
retrieving revision 1.6
retrieving revision 1.6.8.1
diff -u -b -r1.6 -r1.6.8.1
--- WebInvocationHandler.java 8 Apr 2006 02:44:50 -0000 1.6
+++ WebInvocationHandler.java 9 Oct 2007 22:27:23 -0000 1.6.8.1
@@ -65,7 +65,8 @@
}
else if(THROW_EXCEPTION_PARAM.equals(invocation.getParameter()))
{
- throw new Exception("This is an exception being thrown as part of test case. It is intentional.");
+ System.out.println("throwing WebTestException");
+ throw new WebTestException("This is an exception being thrown as part of test case. It is intentional.");
}
else if(invocation.getParameter() instanceof ComplexObject)
{
More information about the jboss-cvs-commits
mailing list