You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ta...@apache.org on 2015/01/24 00:19:13 UTC

[2/2] qpid-jms git commit: Enable these tests again on Mac now that the Netty based transports are defaults they are passing consistently.

Enable these tests again on Mac now that the Netty based transports are
defaults they are passing consistently. 

Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/f4d702ea
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/f4d702ea
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/f4d702ea

Branch: refs/heads/master
Commit: f4d702ea8903dd3602aa944bd9b7909be0092dfd
Parents: 6cddada
Author: Timothy Bish <ta...@gmail.com>
Authored: Fri Jan 23 18:13:03 2015 -0500
Committer: Timothy Bish <ta...@gmail.com>
Committed: Fri Jan 23 18:13:03 2015 -0500

----------------------------------------------------------------------
 .../qpid-jms-activemq-tests/pom.xml             | 23 --------------------
 1 file changed, 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/f4d702ea/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
----------------------------------------------------------------------
diff --git a/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml b/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
index 7e7134d..afb51e3 100644
--- a/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
+++ b/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
@@ -113,27 +113,4 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-  <profiles>
-    <profile>
-      <id>activemq.tests.mac.excludes</id>
-      <activation>
-        <os>
-          <family>mac</family>
-        </os>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-              <excludes combine.children="append">
-                <exclude>**/JmsConnectionInRandomBatchesTest.*</exclude>
-                <exclude>**/Joram*.*</exclude>
-              </excludes>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
 </project>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org