re-enable broker creation in the perf test

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@829012 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2009-10-23 11:50:39 +00:00
parent 5eb274d08d
commit 5074fefc09
1 changed files with 3 additions and 3 deletions

View File

@ -61,9 +61,9 @@ public class SimpleTopicTest extends TestCase {
* @see junit.framework.TestCase#setUp()
*/
protected void setUp() throws Exception {
//if (broker == null) {
// broker = createBroker(bindAddress);
//}
if (broker == null) {
broker = createBroker(bindAddress);
}
factory = createConnectionFactory(clientURI);
Connection con = factory.createConnection();
Session session = con.createSession(false, Session.AUTO_ACKNOWLEDGE);