Author: ningjiang
Date: Thu Jun 14 12:45:51 2012
New Revision: 1350215
URL: http://svn.apache.org/viewvc?rev=1350215&view=rev
Log:
Fix a comment typo of JAXRSSoapBookTest
Modified:
cxf/trunk/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSSoapBookTest.java
Modified:
cxf/trunk/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSSoapBookTest.java
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSSoapBookTest.java?rev=1350215&r1=1350214&r2=1350215&view=diff
==============================================================================
---
cxf/trunk/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSSoapBookTest.java
(original)
+++
cxf/trunk/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSSoapBookTest.java
Thu Jun 14 12:45:51 2012
@@ -871,7 +871,7 @@ public class JAXRSSoapBookTest extends A
} catch (Exception e) {
assertTrue("Out Interceptor not invoked",
testFeature.handleMessageOnOutInterceptorCalled());
if ("322".equals(param)) {
- //In interecptors not called when checked exception thrown
from server
+ //In interceptors not called when checked exception thrown
from server
assertTrue("In Interceptor not invoked",
testFeature.handleMessageOnInInterceptorCalled());
} else {
assertTrue("In Interceptor not invoked",
!testFeature.handleMessageOnInInterceptorCalled());