[hornetq-commits] JBoss hornetq SVN: r10284 - branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/cluster/distribution.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Mar 3 10:30:36 EST 2011


Author: clebert.suconic at jboss.com
Date: 2011-03-03 10:30:36 -0500 (Thu, 03 Mar 2011)
New Revision: 10284

Modified:
   branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/cluster/distribution/ClusterTestBase.java
Log:
Removing property while I"m still investigating this

Modified: branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/cluster/distribution/ClusterTestBase.java
===================================================================
--- branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/cluster/distribution/ClusterTestBase.java	2011-03-03 04:52:51 UTC (rev 10283)
+++ branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/cluster/distribution/ClusterTestBase.java	2011-03-03 15:30:36 UTC (rev 10284)
@@ -759,13 +759,13 @@
                Assert.assertNotNull("consumer " + consumerID + " did not receive message " + j, message);
             }
 
-            Set<SimpleString> names = message.getPropertyNames();
-            for (SimpleString name : names)
-            {
-               assertFalse("Property starting with _HQ_ROUTE_TO what could be dangerous on resending it", name.toString().startsWith("_HQ_ROUTE_TO"));
-            }
+//            Set<SimpleString> names = message.getPropertyNames();
+//            for (SimpleString name : names)
+//            {
+//               assertFalse("Property " + name + " still defined what could be dangerous on resending the message", name.toString().startsWith("_HQ_ROUTE_TO"));
+//            }
+//
 
-
             if (ack)
             {
                message.acknowledge();



More information about the hornetq-commits mailing list