You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2008/08/01 04:10:06 UTC

svn commit: r681587 - /activemq/camel/trunk/components/camel-http/src/test/java/org/apache/camel/component/http/HttpGetTest.java

Author: ningjiang
Date: Thu Jul 31 19:10:06 2008
New Revision: 681587

URL: http://svn.apache.org/viewvc?rev=681587&view=rev
Log:
Fixed the unit test error of HttpGetTest

Modified:
    activemq/camel/trunk/components/camel-http/src/test/java/org/apache/camel/component/http/HttpGetTest.java

Modified: activemq/camel/trunk/components/camel-http/src/test/java/org/apache/camel/component/http/HttpGetTest.java
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-http/src/test/java/org/apache/camel/component/http/HttpGetTest.java?rev=681587&r1=681586&r2=681587&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-http/src/test/java/org/apache/camel/component/http/HttpGetTest.java (original)
+++ activemq/camel/trunk/components/camel-http/src/test/java/org/apache/camel/component/http/HttpGetTest.java Thu Jul 31 19:10:06 2008
@@ -29,7 +29,7 @@
  * @version $Revision$
  */
 public class HttpGetTest extends ContextTestSupport {
-    protected String expectedText = "<html";
+    protected String expectedText = "activemq";
 
     public void testHttpGet() throws Exception {
         MockEndpoint mockEndpoint = resolveMandatoryEndpoint("mock:results", MockEndpoint.class);