You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ac...@apache.org on 2006/07/28 14:20:25 UTC

svn commit: r426487 - /incubator/activemq/trunk/activemq-core/pom.xml

Author: aco
Date: Fri Jul 28 05:20:25 2006
New Revision: 426487

URL: http://svn.apache.org/viewvc?rev=426487&view=rev
Log:
Enabled ProxyConnector test. I've tested this in windows and linux and it seems to be passing. Although, it takes around 379 secs on our linux box, while it takes just 9 secs in windows.

Modified:
    incubator/activemq/trunk/activemq-core/pom.xml

Modified: incubator/activemq/trunk/activemq-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-core/pom.xml?rev=426487&r1=426486&r2=426487&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-core/pom.xml (original)
+++ incubator/activemq/trunk/activemq-core/pom.xml Fri Jul 28 05:20:25 2006
@@ -222,9 +222,6 @@
             <!-- These are performance tests so take too long to run -->
             <exclude>**/perf/*</exclude>
 
-            <!-- http://jira.activemq.org/jira/browse/AMQ-522 -->
-            <exclude>**/ProxyConnectorTest.*</exclude>
-
             <!-- http://jira.activemq.org/jira/browse/AMQ-594 -->
             <exclude>**/SimpleNetworkTest.*</exclude>