Author: robbie
Date: Tue Dec 8 04:02:37 2009
New Revision: 888246
URL: http://svn.apache.org/viewvc?rev=888246&view=rev
Log:
Add file to allow exclusion of tests from only the InVM default.testprofile
Added:
qpid/trunk/qpid/java/test-profiles/08InVMExcludes
Modified:
qpid/trunk/qpid/java/test-profiles/default.testprofile
Added: qpid/trunk/qpid/java/test-profiles/08InVMExcludes
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/test-profiles/08InVMExcludes?rev=888246&view=auto
==============================================================================
--- qpid/trunk/qpid/java/test-profiles/08InVMExcludes (added)
+++ qpid/trunk/qpid/java/test-profiles/08InVMExcludes Tue Dec 8 04:02:37 2009
@@ -0,0 +1,3 @@
+//======================================================================
+//Exclude the following tests when running the InVM default test profile
+//======================================================================
Modified: qpid/trunk/qpid/java/test-profiles/default.testprofile
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/test-profiles/default.testprofile?rev=888246&r1=888245&r2=888246&view=diff
==============================================================================
--- qpid/trunk/qpid/java/test-profiles/default.testprofile (original)
+++ qpid/trunk/qpid/java/test-profiles/default.testprofile Tue Dec 8 04:02:37
2009
@@ -27,7 +27,7 @@
test.port.alt.ssl=25671
test.exclude=true
-profile.excludes=08TransientExcludes
+profile.excludes=08TransientExcludes 08InVMExcludes
test.excludes=Excludes XAExcludes 08Excludes ${profile}.excludes
${profile.excludes}
test.fork=no
test.mem=512M
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]