From eda704e38883fe70cf82e5ad33404b4ee97b9cd5 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Wed, 13 May 2009 18:17:31 +0000 Subject: Added an exclude list for ssl. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@774465 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/cpp.ssl.testprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/java/cpp.ssl.testprofile') diff --git a/qpid/java/cpp.ssl.testprofile b/qpid/java/cpp.ssl.testprofile index 974e10baac..74316e7da0 100644 --- a/qpid/java/cpp.ssl.testprofile +++ b/qpid/java/cpp.ssl.testprofile @@ -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 -- cgit v1.2.1