You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ra...@apache.org on 2009/05/13 20:17:32 UTC

svn commit: r774465 - in /qpid/trunk/qpid/java: 010ExcludeList-ssl cpp.ssl.testprofile

Author: rajith
Date: Wed May 13 18:17:31 2009
New Revision: 774465

URL: http://svn.apache.org/viewvc?rev=774465&view=rev
Log:
Added an exclude list for ssl.

Added:
    qpid/trunk/qpid/java/010ExcludeList-ssl
Modified:
    qpid/trunk/qpid/java/cpp.ssl.testprofile

Added: qpid/trunk/qpid/java/010ExcludeList-ssl
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/010ExcludeList-ssl?rev=774465&view=auto
==============================================================================
--- qpid/trunk/qpid/java/010ExcludeList-ssl (added)
+++ qpid/trunk/qpid/java/010ExcludeList-ssl Wed May 13 18:17:31 2009
@@ -0,0 +1 @@
+org.apache.qpid.test.client.failover.FailoverTest#*

Modified: qpid/trunk/qpid/java/cpp.ssl.testprofile
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/cpp.ssl.testprofile?rev=774465&r1=774464&r2=774465&view=diff
==============================================================================
--- qpid/trunk/qpid/java/cpp.ssl.testprofile (original)
+++ qpid/trunk/qpid/java/cpp.ssl.testprofile Wed May 13 18:17:31 2009
@@ -1,6 +1,6 @@
 broker.version=0-10
 broker=${project.root}/../cpp/src/qpidd -p @PORT --load-module ${project.root}/../cpp/src/.libs/ssl.so --ssl-cert-password-file ${project.root}/test_resources/ssl/pfile --ssl-cert-db ${project.root}/test_resources/ssl/server_db/ --ssl-require-client-authentication --data-dir ${build.data}/@PORT -t --auth no
-test.excludesfile=${project.root}/ExcludeList ${project.root}/010ExcludeList
+test.excludesfile=${project.root}/ExcludeList ${project.root}/010ExcludeList ${project.root}/010ExcludeList-ssl
 test.excludeslist=org.apache.qpid.test.client.failover.FailoverTest#*
 profile.use_ssl=true
 broker.ready= Listening for SSL connections



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