Author: ningjiang
Date: Fri May 25 17:10:40 2012
New Revision: 1342736

URL: http://svn.apache.org/viewvc?rev=1342736&view=rev
Log:
CAMEL-5239 Fixed the build error

Modified:
    
camel/trunk/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/zookeeper/ZookeeperOSGiTest.java

Modified: 
camel/trunk/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/zookeeper/ZookeeperOSGiTest.java
URL: 
http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/zookeeper/ZookeeperOSGiTest.java?rev=1342736&r1=1342735&r2=1342736&view=diff
==============================================================================
--- 
camel/trunk/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/zookeeper/ZookeeperOSGiTest.java
 (original)
+++ 
camel/trunk/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/zookeeper/ZookeeperOSGiTest.java
 Fri May 25 17:10:40 2012
@@ -40,8 +40,9 @@ import static org.apache.camel.component
 import static 
org.apache.camel.component.zookeeper.ZooKeeperMessage.ZOOKEEPER_NODE;
 
 @RunWith(JUnit4TestRunner.class)
-@Ignore("Causes processes to not cleanly shutdown")
-@Ignore("There is an issue with the zookeeper bundle, so the server cannot be 
started in pax-exam karaf container")
+
+@Ignore("Causes processes to not cleanly shutdown. "
++ "And There is an issue with the zookeeper bundle, so the server cannot be 
started in pax-exam karaf container")
 public class ZookeeperOSGiTest extends ZookeeperOSGiTestSupport {
 
     // TODO: Should not use hardcoded port numbers, but the AvailablePortFinder


Reply via email to