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 2014/08/26 16:02:57 UTC

git commit: Fix for CAMEL-7749 restore @Ignore on testTXForceShutdown

Repository: camel
Updated Branches:
  refs/heads/master 52acd0750 -> 99a76e706


Fix for CAMEL-7749 restore @Ignore on testTXForceShutdown


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

Branch: refs/heads/master
Commit: 99a76e70678b4a99ff7139fed7bd393dafaacf6f
Parents: 52acd07
Author: Kevin Earls <ke...@kevinearls.com>
Authored: Tue Aug 26 15:58:08 2014 +0200
Committer: Kevin Earls <ke...@kevinearls.com>
Committed: Tue Aug 26 15:58:08 2014 +0200

----------------------------------------------------------------------
 .../camel/component/jms/issues/JmsTXForceShutdownIssueTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/99a76e70/components/camel-jms/src/test/java/org/apache/camel/component/jms/issues/JmsTXForceShutdownIssueTest.java
----------------------------------------------------------------------
diff --git a/components/camel-jms/src/test/java/org/apache/camel/component/jms/issues/JmsTXForceShutdownIssueTest.java b/components/camel-jms/src/test/java/org/apache/camel/component/jms/issues/JmsTXForceShutdownIssueTest.java
index 0cb0461..d94b048 100644
--- a/components/camel-jms/src/test/java/org/apache/camel/component/jms/issues/JmsTXForceShutdownIssueTest.java
+++ b/components/camel-jms/src/test/java/org/apache/camel/component/jms/issues/JmsTXForceShutdownIssueTest.java
@@ -40,7 +40,7 @@ public class JmsTXForceShutdownIssueTest extends CamelSpringTestSupport {
     }
 
     @Test
-    //@Ignore("This is a manual test, start Apache ActiveMQ broker manually first, using bin/activemq console")
+    @Ignore("This is a manual test, start Apache ActiveMQ broker manually first, using bin/activemq console")
     // and make sure to setup tcp transport connector on the remote AMQ broker in the conf/activemq.xml file
     // <transportConnectors>
     //   <transportConnector name="openwire" uri="tcp://0.0.0.0:61616"/>