Author: dejanb
Date: Mon Feb 8 09:35:39 2010
New Revision: 907595
URL: http://svn.apache.org/viewvc?rev=907595&view=rev
Log:
https://issues.apache.org/activemq/browse/AMQ-2594 - fixing test exclusion
pattern
Modified:
activemq/trunk/activemq-core/pom.xml
Modified: activemq/trunk/activemq-core/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/activemq-core/pom.xml?rev=907595&r1=907594&r2=907595&view=diff
==============================================================================
--- activemq/trunk/activemq-core/pom.xml (original)
+++ activemq/trunk/activemq-core/pom.xml Mon Feb 8 09:35:39 2010
@@ -501,7 +501,7 @@
<!-- used just to test potential memory leaks manually -->
<exclude>**/JDBCTestMemory.*</exclude>
<!-- exclude until AMQ-2594 is fixed-->
- <exclude>JDBCNegativeQueueTest</exclude>
+ <exclude>**/JDBCNegativeQueueTest.*</exclude>
<exclude>**/amq1490/*</exclude>
<exclude>**/AMQ1925*</exclude>