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 2013/12/26 10:54:55 UTC

[1/2] git commit: Ignore the DnsDigEndpointTest as the out side service is broken

Updated Branches:
  refs/heads/camel-2.11.x 38e2271a3 -> 1d1ffaafd
  refs/heads/camel-2.12.x 9b8484d6c -> 3b7105cd0


Ignore the DnsDigEndpointTest as the out side service is broken


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

Branch: refs/heads/camel-2.12.x
Commit: 3b7105cd033777a00b9cb200f114b5c672cc015c
Parents: 9b8484d
Author: Willem Jiang <wi...@gmail.com>
Authored: Thu Dec 26 17:53:20 2013 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Thu Dec 26 17:54:21 2013 +0800

----------------------------------------------------------------------
 .../java/org/apache/camel/component/dns/DnsDigEndpointTest.java    | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/3b7105cd/components/camel-dns/src/test/java/org/apache/camel/component/dns/DnsDigEndpointTest.java
----------------------------------------------------------------------
diff --git a/components/camel-dns/src/test/java/org/apache/camel/component/dns/DnsDigEndpointTest.java b/components/camel-dns/src/test/java/org/apache/camel/component/dns/DnsDigEndpointTest.java
index d7ae208..d8f4f21 100644
--- a/components/camel-dns/src/test/java/org/apache/camel/component/dns/DnsDigEndpointTest.java
+++ b/components/camel-dns/src/test/java/org/apache/camel/component/dns/DnsDigEndpointTest.java
@@ -27,6 +27,7 @@ import org.apache.camel.ProducerTemplate;
 import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.component.mock.MockEndpoint;
 import org.apache.camel.test.junit4.CamelTestSupport;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.xbill.DNS.Message;
 import org.xbill.DNS.Section;
@@ -34,6 +35,7 @@ import org.xbill.DNS.Section;
 /**
  * Tests for the dig endpoint.
  */
+@Ignore("Wikipedia service is broken now")
 public class DnsDigEndpointTest extends CamelTestSupport {
 
     private static final String RESPONSE_MONKEY = "\"A Macaque, an old world species of "


[2/2] git commit: Ignore the DnsDigEndpointTest as the out side service is broken

Posted by ni...@apache.org.
Ignore the DnsDigEndpointTest as the out side service is broken


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

Branch: refs/heads/camel-2.11.x
Commit: 1d1ffaafdd69a1120272967ac233f2394d3026ae
Parents: 38e2271
Author: Willem Jiang <wi...@gmail.com>
Authored: Thu Dec 26 17:53:20 2013 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Thu Dec 26 17:54:36 2013 +0800

----------------------------------------------------------------------
 .../java/org/apache/camel/component/dns/DnsDigEndpointTest.java    | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/1d1ffaaf/components/camel-dns/src/test/java/org/apache/camel/component/dns/DnsDigEndpointTest.java
----------------------------------------------------------------------
diff --git a/components/camel-dns/src/test/java/org/apache/camel/component/dns/DnsDigEndpointTest.java b/components/camel-dns/src/test/java/org/apache/camel/component/dns/DnsDigEndpointTest.java
index d7ae208..d8f4f21 100644
--- a/components/camel-dns/src/test/java/org/apache/camel/component/dns/DnsDigEndpointTest.java
+++ b/components/camel-dns/src/test/java/org/apache/camel/component/dns/DnsDigEndpointTest.java
@@ -27,6 +27,7 @@ import org.apache.camel.ProducerTemplate;
 import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.component.mock.MockEndpoint;
 import org.apache.camel.test.junit4.CamelTestSupport;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.xbill.DNS.Message;
 import org.xbill.DNS.Section;
@@ -34,6 +35,7 @@ import org.xbill.DNS.Section;
 /**
  * Tests for the dig endpoint.
  */
+@Ignore("Wikipedia service is broken now")
 public class DnsDigEndpointTest extends CamelTestSupport {
 
     private static final String RESPONSE_MONKEY = "\"A Macaque, an old world species of "