Author: ccustine
Date: Sat Dec 19 09:44:12 2009
New Revision: 892455

URL: http://svn.apache.org/viewvc?rev=892455&view=rev
Log:
Fix failing test from upgrade to SMX 3.3.1

Modified:
    
servicemix/components/bindings/servicemix-http/trunk/src/test/java/org/apache/servicemix/http/ConsumerEndpointTest.java

Modified: 
servicemix/components/bindings/servicemix-http/trunk/src/test/java/org/apache/servicemix/http/ConsumerEndpointTest.java
URL: 
http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-http/trunk/src/test/java/org/apache/servicemix/http/ConsumerEndpointTest.java?rev=892455&r1=892454&r2=892455&view=diff
==============================================================================
--- 
servicemix/components/bindings/servicemix-http/trunk/src/test/java/org/apache/servicemix/http/ConsumerEndpointTest.java
 (original)
+++ 
servicemix/components/bindings/servicemix-http/trunk/src/test/java/org/apache/servicemix/http/ConsumerEndpointTest.java
 Sat Dec 19 09:44:12 2009
@@ -167,7 +167,7 @@
         container.activateComponent(http, "http");
 
         EchoComponent echo = new EchoComponent() {
-            public void onMessageExchange(MessageExchange exchange) {
+            public void onMessageExchange(MessageExchange exchange) throws 
MessagingException {
                 super.onMessageExchange(exchange);
             }
             protected boolean transform(MessageExchange exchange, 
NormalizedMessage in, NormalizedMessage out) throws MessagingException {


Reply via email to