Fixing test

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@661432 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2008-05-29 18:40:48 +00:00
parent 8573072a6f
commit b6dc8eeba7
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public class TwoMulticastDiscoveryBrokerTopicSendReceiveTest extends TwoBrokerTo
}
protected void setUp() throws Exception{
System.setProperty("groupId", getClass().getName()+"+"+System.currentTimeMillis());
System.setProperty("groupId", getClass().getName()+"-"+System.currentTimeMillis());
messageCount = 100000;
super.setUp();
}