You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/08/24 06:11:09 UTC

camel git commit: Fixed test

Repository: camel
Updated Branches:
  refs/heads/master 773838981 -> 85214e3c7


Fixed test


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/85214e3c
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/85214e3c
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/85214e3c

Branch: refs/heads/master
Commit: 85214e3c7785c2e4d2411da0fa883fd126d1b039
Parents: 7738389
Author: Claus Ibsen <da...@apache.org>
Authored: Wed Aug 24 08:09:51 2016 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Wed Aug 24 08:09:51 2016 +0200

----------------------------------------------------------------------
 .../java/org/apache/camel/catalog/CamelCatalogTest.java  | 11 -----------
 1 file changed, 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/85214e3c/platforms/catalog/src/test/java/org/apache/camel/catalog/CamelCatalogTest.java
----------------------------------------------------------------------
diff --git a/platforms/catalog/src/test/java/org/apache/camel/catalog/CamelCatalogTest.java b/platforms/catalog/src/test/java/org/apache/camel/catalog/CamelCatalogTest.java
index 8829ec0..21a1527 100644
--- a/platforms/catalog/src/test/java/org/apache/camel/catalog/CamelCatalogTest.java
+++ b/platforms/catalog/src/test/java/org/apache/camel/catalog/CamelCatalogTest.java
@@ -803,17 +803,6 @@ public class CamelCatalogTest {
     }
 
     @Test
-    public void testAlternativeComponentAsciiDoc() throws Exception {
-        String doc = catalog.componentAsciiDoc("solr");
-        assertNotNull(doc);
-        assertTrue(doc.contains("Solr Component"));
-
-        String doc2 = catalog.componentAsciiDoc("solrCloud");
-        assertNotNull(doc2);
-        assertEquals(doc, doc2);
-    }
-
-    @Test
     public void testDataFormatAsciiDoc() throws Exception {
         String doc = catalog.dataFormatAsciiDoc("json-jackson");
         assertNotNull(doc);