You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by da...@apache.org on 2012/10/02 09:47:24 UTC

svn commit: r1392774 - in /activemq/trunk: ./ tests/ tests/activemq-itest-spring31/ tests/activemq-itest-spring31/src/ tests/activemq-itest-spring31/src/test/ tests/activemq-itest-spring31/src/test/java/ tests/activemq-itest-spring31/src/test/java/org/...

Author: davsclaus
Date: Tue Oct  2 07:47:23 2012
New Revision: 1392774

URL: http://svn.apache.org/viewvc?rev=1392774&view=rev
Log:
Initial add of itests

Added:
    activemq/trunk/tests/
    activemq/trunk/tests/activemq-itest-spring31/   (with props)
    activemq/trunk/tests/activemq-itest-spring31/pom.xml   (with props)
    activemq/trunk/tests/activemq-itest-spring31/src/
    activemq/trunk/tests/activemq-itest-spring31/src/test/
    activemq/trunk/tests/activemq-itest-spring31/src/test/java/
    activemq/trunk/tests/activemq-itest-spring31/src/test/java/org/
    activemq/trunk/tests/activemq-itest-spring31/src/test/java/org/apache/
    activemq/trunk/tests/activemq-itest-spring31/src/test/java/org/apache/activemq/
    activemq/trunk/tests/activemq-itest-spring31/src/test/java/org/apache/activemq/itest/
    activemq/trunk/tests/activemq-itest-spring31/src/test/java/org/apache/activemq/itest/spring31/
    activemq/trunk/tests/activemq-itest-spring31/src/test/java/org/apache/activemq/itest/spring31/ActiveMQSpring31Test.java   (with props)
    activemq/trunk/tests/activemq-itest-spring31/src/test/java/org/apache/activemq/itest/spring31/ActiveMQSpringProfile31Test.java   (with props)
    activemq/trunk/tests/activemq-itest-spring31/src/test/resources/
    activemq/trunk/tests/activemq-itest-spring31/src/test/resources/log4j.properties   (with props)
    activemq/trunk/tests/activemq-itest-spring31/src/test/resources/org/
    activemq/trunk/tests/activemq-itest-spring31/src/test/resources/org/apache/
    activemq/trunk/tests/activemq-itest-spring31/src/test/resources/org/apache/activemq/
    activemq/trunk/tests/activemq-itest-spring31/src/test/resources/org/apache/activemq/itest/
    activemq/trunk/tests/activemq-itest-spring31/src/test/resources/org/apache/activemq/itest/spring31/
    activemq/trunk/tests/activemq-itest-spring31/src/test/resources/org/apache/activemq/itest/spring31/ActiveMQSpring31Test-context.xml   (with props)
    activemq/trunk/tests/activemq-itest-spring31/src/test/resources/org/apache/activemq/itest/spring31/ActiveMQSpringProfile31Test-context.xml   (with props)
    activemq/trunk/tests/pom.xml   (with props)
Modified:
    activemq/trunk/pom.xml

Modified: activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=1392774&r1=1392773&r2=1392774&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Tue Oct  2 07:47:23 2012
@@ -216,6 +216,7 @@
     <module>activemq-web-demo</module>
     <module>activemq-web-console</module>
     <module>activemq-xmpp</module>
+    <module>tests</module>
     <module>assembly</module>
     <module>kahadb</module>
   </modules>

Propchange: activemq/trunk/tests/activemq-itest-spring31/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue Oct  2 07:47:23 2012
@@ -0,0 +1,28 @@
+target
+foo
+activemq-data
+.project
+.classpath
+.settings
+.wtpmodules
+bin
+junit*.properties
+*.iml
+ActiveMQConnections.dot
+load.db
+sdbStoreTest.db
+eclipse-classes
+derbydb
+testJdbcConfig
+amqstore
+broker1
+kahadir
+data
+broker
+derbyDb
+KahaDB
+networkedBroker
+shared
+.idea
+*.i??
+derby.log

Added: activemq/trunk/tests/activemq-itest-spring31/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/tests/activemq-itest-spring31/pom.xml?rev=1392774&view=auto
==============================================================================
--- activemq/trunk/tests/activemq-itest-spring31/pom.xml (added)
+++ activemq/trunk/tests/activemq-itest-spring31/pom.xml Tue Oct  2 07:47:23 2012
@@ -0,0 +1,87 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.activemq</groupId>
+    <artifactId>activemq-parent</artifactId>
+    <version>5.8-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>activemq-itest-spring31</artifactId>
+  <packaging>jar</packaging>
+  <name>ActiveMQ :: Integration Test :: Spring 3.1</name>
+  <description>ActiveMQ integration test with Spring 3.1</description>
+
+  <properties>
+	  <!-- force using spring 3.1.x -->
+	  <spring-version>3.1.2.RELEASE</spring-version>
+  </properties>
+
+  <dependencies>
+
+    <!-- =============================== -->
+    <!-- Required Dependencies -->
+    <!-- =============================== -->
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>activemq-core</artifactId>
+    </dependency>
+
+    <!-- testing helpers -->
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>activemq-core</artifactId>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.xbean</groupId>
+      <artifactId>xbean-spring</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>activemq-spring</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <scope>test</scope>
+    </dependency>
+
+  </dependencies>
+
+</project>

Propchange: activemq/trunk/tests/activemq-itest-spring31/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: activemq/trunk/tests/activemq-itest-spring31/pom.xml
------------------------------------------------------------------------------
    svn:executable = *

Propchange: activemq/trunk/tests/activemq-itest-spring31/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: activemq/trunk/tests/activemq-itest-spring31/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: activemq/trunk/tests/activemq-itest-spring31/src/test/java/org/apache/activemq/itest/spring31/ActiveMQSpring31Test.java
URL: http://svn.apache.org/viewvc/activemq/trunk/tests/activemq-itest-spring31/src/test/java/org/apache/activemq/itest/spring31/ActiveMQSpring31Test.java?rev=1392774&view=auto
==============================================================================
--- activemq/trunk/tests/activemq-itest-spring31/src/test/java/org/apache/activemq/itest/spring31/ActiveMQSpring31Test.java (added)
+++ activemq/trunk/tests/activemq-itest-spring31/src/test/java/org/apache/activemq/itest/spring31/ActiveMQSpring31Test.java Tue Oct  2 07:47:23 2012
@@ -0,0 +1,35 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.activemq.itest.spring31;
+
+import org.junit.Test;
+import org.springframework.test.context.ContextConfiguration;
+import org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests;
+
+import static org.junit.Assert.assertNotNull;
+
+/**
+ *
+ */
+@ContextConfiguration
+public class ActiveMQSpring31Test extends AbstractJUnit4SpringContextTests {
+
+    @Test
+    public void testSpring31() throws Exception {
+        assertNotNull("Should find broker", applicationContext.getBean("myBroker"));
+    }
+}

Propchange: activemq/trunk/tests/activemq-itest-spring31/src/test/java/org/apache/activemq/itest/spring31/ActiveMQSpring31Test.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: activemq/trunk/tests/activemq-itest-spring31/src/test/java/org/apache/activemq/itest/spring31/ActiveMQSpring31Test.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Added: activemq/trunk/tests/activemq-itest-spring31/src/test/java/org/apache/activemq/itest/spring31/ActiveMQSpringProfile31Test.java
URL: http://svn.apache.org/viewvc/activemq/trunk/tests/activemq-itest-spring31/src/test/java/org/apache/activemq/itest/spring31/ActiveMQSpringProfile31Test.java?rev=1392774&view=auto
==============================================================================
--- activemq/trunk/tests/activemq-itest-spring31/src/test/java/org/apache/activemq/itest/spring31/ActiveMQSpringProfile31Test.java (added)
+++ activemq/trunk/tests/activemq-itest-spring31/src/test/java/org/apache/activemq/itest/spring31/ActiveMQSpringProfile31Test.java Tue Oct  2 07:47:23 2012
@@ -0,0 +1,43 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.activemq.itest.spring31;
+
+import org.junit.Ignore;
+import org.junit.Test;
+import org.junit.runner.RunWith;
+import org.springframework.context.annotation.Profile;
+import org.springframework.test.context.ActiveProfiles;
+import org.springframework.test.context.ContextConfiguration;
+import org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests;
+import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
+
+import static org.junit.Assert.assertNotNull;
+
+/**
+ *
+ */
+@ContextConfiguration
+@RunWith(SpringJUnit4ClassRunner.class)
+@ActiveProfiles("cool")
+@Ignore("AMQ-3723")
+public class ActiveMQSpringProfile31Test extends AbstractJUnit4SpringContextTests {
+
+    @Test
+    public void testSpringProfile31() throws Exception {
+        assertNotNull("Should find broker", applicationContext.getBean("myBroker"));
+    }
+}

Propchange: activemq/trunk/tests/activemq-itest-spring31/src/test/java/org/apache/activemq/itest/spring31/ActiveMQSpringProfile31Test.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: activemq/trunk/tests/activemq-itest-spring31/src/test/java/org/apache/activemq/itest/spring31/ActiveMQSpringProfile31Test.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Added: activemq/trunk/tests/activemq-itest-spring31/src/test/resources/log4j.properties
URL: http://svn.apache.org/viewvc/activemq/trunk/tests/activemq-itest-spring31/src/test/resources/log4j.properties?rev=1392774&view=auto
==============================================================================
--- activemq/trunk/tests/activemq-itest-spring31/src/test/resources/log4j.properties (added)
+++ activemq/trunk/tests/activemq-itest-spring31/src/test/resources/log4j.properties Tue Oct  2 07:47:23 2012
@@ -0,0 +1,35 @@
+## ---------------------------------------------------------------------------
+## Licensed to the Apache Software Foundation (ASF) under one or more
+## contributor license agreements.  See the NOTICE file distributed with
+## this work for additional information regarding copyright ownership.
+## The ASF licenses this file to You under the Apache License, Version 2.0
+## (the "License"); you may not use this file except in compliance with
+## the License.  You may obtain a copy of the License at
+## 
+## http://www.apache.org/licenses/LICENSE-2.0
+## 
+## Unless required by applicable law or agreed to in writing, software
+## distributed under the License is distributed on an "AS IS" BASIS,
+## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+## See the License for the specific language governing permissions and
+## limitations under the License.
+## ---------------------------------------------------------------------------
+
+#
+# The logging properties used during tests..
+#
+log4j.rootLogger=INFO, out, stdout
+
+#log4j.logger.org.apache.activemq=DEBUG
+
+# CONSOLE appender not used by default
+log4j.appender.stdout=org.apache.log4j.ConsoleAppender
+log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
+log4j.appender.stdout.layout.ConversionPattern=%d [%-15.15t] %-5p %-30.30c{1} - %m%n
+
+# File appender
+log4j.appender.out=org.apache.log4j.FileAppender
+log4j.appender.out.layout=org.apache.log4j.PatternLayout
+log4j.appender.out.layout.ConversionPattern=%d [%-15.15t] %-5p %-30.30c{1} - %m%n
+log4j.appender.out.file=target/activemq-itest-spring31.log
+log4j.appender.out.append=true

Propchange: activemq/trunk/tests/activemq-itest-spring31/src/test/resources/log4j.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: activemq/trunk/tests/activemq-itest-spring31/src/test/resources/log4j.properties
------------------------------------------------------------------------------
    svn:executable = *

Propchange: activemq/trunk/tests/activemq-itest-spring31/src/test/resources/log4j.properties
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: activemq/trunk/tests/activemq-itest-spring31/src/test/resources/log4j.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: activemq/trunk/tests/activemq-itest-spring31/src/test/resources/org/apache/activemq/itest/spring31/ActiveMQSpring31Test-context.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/tests/activemq-itest-spring31/src/test/resources/org/apache/activemq/itest/spring31/ActiveMQSpring31Test-context.xml?rev=1392774&view=auto
==============================================================================
--- activemq/trunk/tests/activemq-itest-spring31/src/test/resources/org/apache/activemq/itest/spring31/ActiveMQSpring31Test-context.xml (added)
+++ activemq/trunk/tests/activemq-itest-spring31/src/test/resources/org/apache/activemq/itest/spring31/ActiveMQSpring31Test-context.xml Tue Oct  2 07:47:23 2012
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+   
+    http://www.apache.org/licenses/LICENSE-2.0
+   
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<beans
+  xmlns="http://www.springframework.org/schema/beans" 
+  xmlns:amq="http://activemq.apache.org/schema/core"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
+  http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd">
+
+  <broker id="myBroker" useJmx="false" brokerName="myBroker" persistent="false" xmlns="http://activemq.apache.org/schema/core">
+
+    <transportConnectors>
+      <transportConnector uri="vm://myBroker" />
+    </transportConnectors>
+        
+  </broker>
+  
+</beans>

Propchange: activemq/trunk/tests/activemq-itest-spring31/src/test/resources/org/apache/activemq/itest/spring31/ActiveMQSpring31Test-context.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: activemq/trunk/tests/activemq-itest-spring31/src/test/resources/org/apache/activemq/itest/spring31/ActiveMQSpring31Test-context.xml
------------------------------------------------------------------------------
    svn:executable = *

Propchange: activemq/trunk/tests/activemq-itest-spring31/src/test/resources/org/apache/activemq/itest/spring31/ActiveMQSpring31Test-context.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: activemq/trunk/tests/activemq-itest-spring31/src/test/resources/org/apache/activemq/itest/spring31/ActiveMQSpring31Test-context.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: activemq/trunk/tests/activemq-itest-spring31/src/test/resources/org/apache/activemq/itest/spring31/ActiveMQSpringProfile31Test-context.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/tests/activemq-itest-spring31/src/test/resources/org/apache/activemq/itest/spring31/ActiveMQSpringProfile31Test-context.xml?rev=1392774&view=auto
==============================================================================
--- activemq/trunk/tests/activemq-itest-spring31/src/test/resources/org/apache/activemq/itest/spring31/ActiveMQSpringProfile31Test-context.xml (added)
+++ activemq/trunk/tests/activemq-itest-spring31/src/test/resources/org/apache/activemq/itest/spring31/ActiveMQSpringProfile31Test-context.xml Tue Oct  2 07:47:23 2012
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+   
+    http://www.apache.org/licenses/LICENSE-2.0
+   
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<beans
+	xmlns="http://www.springframework.org/schema/beans"
+	xmlns:amq="http://activemq.apache.org/schema/core"
+	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
+  http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd">
+
+<beans profile="cool">
+
+	  <broker id="myBroker" useJmx="false" brokerName="myBroker" persistent="false" xmlns="http://activemq.apache.org/schema/core">
+
+		  <transportConnectors>
+			  <transportConnector uri="vm://myBroker" />
+		  </transportConnectors>
+
+	  </broker>
+
+  </beans>
+
+
+</beans>

Propchange: activemq/trunk/tests/activemq-itest-spring31/src/test/resources/org/apache/activemq/itest/spring31/ActiveMQSpringProfile31Test-context.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: activemq/trunk/tests/activemq-itest-spring31/src/test/resources/org/apache/activemq/itest/spring31/ActiveMQSpringProfile31Test-context.xml
------------------------------------------------------------------------------
    svn:executable = *

Propchange: activemq/trunk/tests/activemq-itest-spring31/src/test/resources/org/apache/activemq/itest/spring31/ActiveMQSpringProfile31Test-context.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: activemq/trunk/tests/activemq-itest-spring31/src/test/resources/org/apache/activemq/itest/spring31/ActiveMQSpringProfile31Test-context.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: activemq/trunk/tests/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/tests/pom.xml?rev=1392774&view=auto
==============================================================================
--- activemq/trunk/tests/pom.xml (added)
+++ activemq/trunk/tests/pom.xml Tue Oct  2 07:47:23 2012
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.activemq</groupId>
+    <artifactId>activemq-parent</artifactId>
+    <version>5.7-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>tests</artifactId>
+  <name>ActiveMQ :: Integration Tests</name>
+  <description>ActiveMQ Integration Tests</description>
+  <packaging>pom</packaging>
+
+  <modules>
+    <module>activemq-itest-spring31</module>
+  </modules>
+
+</project>

Propchange: activemq/trunk/tests/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: activemq/trunk/tests/pom.xml
------------------------------------------------------------------------------
    svn:executable = *

Propchange: activemq/trunk/tests/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: activemq/trunk/tests/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml