From 172b0f7a7fd463ca81425c8e7b2ea9a9b964409d Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Thu, 2 Feb 2012 13:57:39 +0000 Subject: QPID-3784: move the system property key into ClientProperties git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1239622 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/java/org/apache/qpid/client/DispatcherDaemonTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qpid/java/client/src/test') diff --git a/qpid/java/client/src/test/java/org/apache/qpid/client/DispatcherDaemonTest.java b/qpid/java/client/src/test/java/org/apache/qpid/client/DispatcherDaemonTest.java index 175faeb54c..b9c4bfc676 100644 --- a/qpid/java/client/src/test/java/org/apache/qpid/client/DispatcherDaemonTest.java +++ b/qpid/java/client/src/test/java/org/apache/qpid/client/DispatcherDaemonTest.java @@ -21,6 +21,7 @@ package org.apache.qpid.client; import javax.jms.Session; import org.apache.qpid.AMQException; +import org.apache.qpid.configuration.ClientProperties; import org.apache.qpid.test.utils.QpidTestCase; import org.apache.qpid.url.URLSyntaxException; @@ -47,7 +48,7 @@ public class DispatcherDaemonTest extends QpidTestCase public void testDispatcherIsRunInDaemonThreadWithConsumerMessageListenerAndDaemonFlagOn() throws Exception { - setTestSystemProperty(AMQSession.DAEMON_DISPATCHER, "true"); + setTestSystemProperty(ClientProperties.DAEMON_DISPATCHER, "true"); _session = createSession(); _session.startDispatcherIfNecessary(); assertTrue("Dispatcher thread should be daemon as qpid.jms.daemon.dispatcher is set to true", -- cgit v1.2.1