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 2011/09/07 18:36:36 UTC

svn commit: r1166256 - /qpid/trunk/qpid/java/test-profiles/CPPExcludes

Author: robbie
Date: Wed Sep  7 16:36:36 2011
New Revision: 1166256

URL: http://svn.apache.org/viewvc?rev=1166256&view=rev
Log:
QPID-3429: exclude the AMQSSLConnectionTest from cpp profiles, since only the cpp.ssl profile can run it yet doesnt really need to

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

Modified: qpid/trunk/qpid/java/test-profiles/CPPExcludes
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/test-profiles/CPPExcludes?rev=1166256&r1=1166255&r2=1166256&view=diff
==============================================================================
--- qpid/trunk/qpid/java/test-profiles/CPPExcludes (original)
+++ qpid/trunk/qpid/java/test-profiles/CPPExcludes Wed Sep  7 16:36:36 2011
@@ -20,6 +20,10 @@
 // QPID-3391: the C++ broker does not currently validate the exchange creation arguments
 org.apache.qpid.test.client.destination.AddressBasedDestinationTest#testCreateExchangeWithNonsenseArgs
 
+//This test requires SSL, but SSL is only enabled for the C++ broker in the cpp.ssl test profile
+//which runs *all* the tests with SSL, so this one can be excluded safely enough
+org.apache.qpid.test.unit.client.AMQSSLConnectionTest#*
+
 org.apache.qpid.test.unit.client.channelclose.ChannelCloseTest#*
 org.apache.qpid.client.ResetMessageListenerTest#*
 



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