[jboss-cvs] JBoss Messaging SVN: r2185 - trunk/tests/src/org/jboss/test/messaging/jms.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 5 08:15:51 EST 2007


Author: timfox
Date: 2007-02-05 08:15:50 -0500 (Mon, 05 Feb 2007)
New Revision: 2185

Modified:
   trunk/tests/src/org/jboss/test/messaging/jms/ClientInRestrictedSecurityEnvironmentTest.java
Log:
Test is only run remotely



Modified: trunk/tests/src/org/jboss/test/messaging/jms/ClientInRestrictedSecurityEnvironmentTest.java
===================================================================
--- trunk/tests/src/org/jboss/test/messaging/jms/ClientInRestrictedSecurityEnvironmentTest.java	2007-02-05 12:56:01 UTC (rev 2184)
+++ trunk/tests/src/org/jboss/test/messaging/jms/ClientInRestrictedSecurityEnvironmentTest.java	2007-02-05 13:15:50 UTC (rev 2185)
@@ -99,6 +99,11 @@
    
    public void testSendReceiveWithSecurityManager() throws Exception
    {
+      if (!ServerManagement.isRemote())
+      {
+         return;
+      }
+      
       ServerManagement.undeployQueue("TestQueue");
       
       ServerManagement.deployQueue("TestQueue");




More information about the jboss-cvs-commits mailing list