Author: ningjiang
Date: Sun Aug  3 18:48:17 2008
New Revision: 682239

URL: http://svn.apache.org/viewvc?rev=682239&view=rev
Log:
tried to fix the test failed in suse linux

Modified:
    
activemq/camel/trunk/components/camel-amqp/src/test/java/org/apache/camel/component/amqp/AMQPRouteTest.java

Modified: 
activemq/camel/trunk/components/camel-amqp/src/test/java/org/apache/camel/component/amqp/AMQPRouteTest.java
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-amqp/src/test/java/org/apache/camel/component/amqp/AMQPRouteTest.java?rev=682239&r1=682238&r2=682239&view=diff
==============================================================================
--- 
activemq/camel/trunk/components/camel-amqp/src/test/java/org/apache/camel/component/amqp/AMQPRouteTest.java
 (original)
+++ 
activemq/camel/trunk/components/camel-amqp/src/test/java/org/apache/camel/component/amqp/AMQPRouteTest.java
 Sun Aug  3 18:48:17 2008
@@ -68,8 +68,6 @@
         resultEndpoint.message(0).header("cheese").isEqualTo(123);
 
         sendExchange(expectedBody);
-        // send the message twice to walk around the AMQP's drop first message 
issue on Windows box
-        sendExchange(expectedBody);
 
         resultEndpoint.assertIsSatisfied();
     }


Reply via email to