You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2010/08/09 22:29:17 UTC

svn commit: r983806 - /qpid/trunk/qpid/java/test-profiles/JavaInVMExcludes

Author: robbie
Date: Mon Aug  9 20:29:17 2010
New Revision: 983806

URL: http://svn.apache.org/viewvc?rev=983806&view=rev
Log:
QPID-2775: Exclude the FirewallConfigTest from InVM test runs, the tests no-op because the Firewall plugin only operates on TCP connections

Modified:
    qpid/trunk/qpid/java/test-profiles/JavaInVMExcludes

Modified: qpid/trunk/qpid/java/test-profiles/JavaInVMExcludes
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/test-profiles/JavaInVMExcludes?rev=983806&r1=983805&r2=983806&view=diff
==============================================================================
--- qpid/trunk/qpid/java/test-profiles/JavaInVMExcludes (original)
+++ qpid/trunk/qpid/java/test-profiles/JavaInVMExcludes Mon Aug  9 20:29:17 2010
@@ -2,6 +2,9 @@
 //Exclude the following tests when running the InVM default test profile
 //======================================================================
 
+// The FirewallPlugin only operates for TCP connections, the tests NO-OP when run InVM
+org.apache.qpid.server.security.firewall.FirewallConfigTest#*
+
 // This test requires a broker capable of 0-8/9 and 0-10
 org.apache.qpid.test.client.message.JMSDestinationTest#testReceiveResend
 



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org