Author: dejanb
Date: Mon Feb 8 09:37:18 2010
New Revision: 907597
URL: http://svn.apache.org/viewvc?rev=907597&view=rev
Log:
merge -c 907595 - https://issues.apache.org/activemq/browse/AMQ-2594 - fixing
test exclusion pattern
Modified:
activemq/branches/activemq-5.3/activemq-core/pom.xml
Modified: activemq/branches/activemq-5.3/activemq-core/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/branches/activemq-5.3/activemq-core/pom.xml?rev=907597&r1=907596&r2=907597&view=diff
==============================================================================
--- activemq/branches/activemq-5.3/activemq-core/pom.xml (original)
+++ activemq/branches/activemq-5.3/activemq-core/pom.xml Mon Feb 8 09:37:18
2010
@@ -496,7 +496,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>