You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mi...@apache.org on 2008/11/22 06:44:11 UTC

svn commit: r719808 - /ode/trunk/axis2-war/src/test/java/org/apache/ode/axis2/httpbinding/HttpBindingTest.java

Author: midon
Date: Fri Nov 21 21:44:10 2008
New Revision: 719808

URL: http://svn.apache.org/viewvc?rev=719808&view=rev
Log:
remove an exception introduced by accident in r713776

Modified:
    ode/trunk/axis2-war/src/test/java/org/apache/ode/axis2/httpbinding/HttpBindingTest.java

Modified: ode/trunk/axis2-war/src/test/java/org/apache/ode/axis2/httpbinding/HttpBindingTest.java
URL: http://svn.apache.org/viewvc/ode/trunk/axis2-war/src/test/java/org/apache/ode/axis2/httpbinding/HttpBindingTest.java?rev=719808&r1=719807&r2=719808&view=diff
==============================================================================
--- ode/trunk/axis2-war/src/test/java/org/apache/ode/axis2/httpbinding/HttpBindingTest.java (original)
+++ ode/trunk/axis2-war/src/test/java/org/apache/ode/axis2/httpbinding/HttpBindingTest.java Fri Nov 21 21:44:10 2008
@@ -35,7 +35,6 @@
 
   @BeforeMethod
     protected void setUp() throws Exception {
-      if(true)throw new Exception();
         super.setUp();
         final CountDownLatch latch = new CountDownLatch(1);
         jettyWrapper = new JettyWrapper(7070);