Author: heiko.braun(a)jboss.com
Date: 2007-06-28 14:43:40 -0400 (Thu, 28 Jun 2007)
New Revision: 3758
Modified:
branches/jbossws-2.0/jbossws-core/src/test/java/org/jboss/test/ws/jaxws/binding/BindingCustomizationTestCase.java
Log:
Fix test case
Modified:
branches/jbossws-2.0/jbossws-core/src/test/java/org/jboss/test/ws/jaxws/binding/BindingCustomizationTestCase.java
===================================================================
---
branches/jbossws-2.0/jbossws-core/src/test/java/org/jboss/test/ws/jaxws/binding/BindingCustomizationTestCase.java 2007-06-28
18:10:57 UTC (rev 3757)
+++
branches/jbossws-2.0/jbossws-core/src/test/java/org/jboss/test/ws/jaxws/binding/BindingCustomizationTestCase.java 2007-06-28
18:43:40 UTC (rev 3758)
@@ -53,7 +53,7 @@
fail("It should not be possible to change bindinig customizations on a
started endpoint");
}
- catch (IllegalAccessError e)
+ catch (Exception e)
{
// all fine, this should happen
}
Show replies by date