Repository: incubator-rya
Updated Branches:
  refs/heads/master d4b2e7eb8 -> b61920abf


RYA-129 Added integration tests

Mongo to mongo integration tests added.
TODO: Account for authorization in embedded mongo.


Project: http://git-wip-us.apache.org/repos/asf/incubator-rya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-rya/commit/2d6d8186
Tree: http://git-wip-us.apache.org/repos/asf/incubator-rya/tree/2d6d8186
Diff: http://git-wip-us.apache.org/repos/asf/incubator-rya/diff/2d6d8186

Branch: refs/heads/master
Commit: 2d6d81864a62898ba67927da1035808d1e74b9ef
Parents: f2b046f
Author: isper3at <[email protected]>
Authored: Tue Sep 6 13:36:03 2016 -0400
Committer: isper3at <[email protected]>
Committed: Wed Nov 2 17:51:18 2016 -0400

----------------------------------------------------------------------
 extras/rya.export/export.integration/pom.xml | 67 +++++++++++++++++++++++
 extras/rya.export/pom.xml                    |  1 +
 2 files changed, 68 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/2d6d8186/extras/rya.export/export.integration/pom.xml
----------------------------------------------------------------------
diff --git a/extras/rya.export/export.integration/pom.xml 
b/extras/rya.export/export.integration/pom.xml
new file mode 100644
index 0000000..6f64354
--- /dev/null
+++ b/extras/rya.export/export.integration/pom.xml
@@ -0,0 +1,67 @@
+<?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/xsd/maven-4.0.0.xsd";>
+
+    <parent>
+        <groupId>org.apache.rya</groupId>
+        <artifactId>rya.export.parent</artifactId>
+        <version>3.2.10-SNAPSHOT</version>
+    </parent>
+    
+    <modelVersion>4.0.0</modelVersion>
+    <artifactId>rya.export.integration</artifactId>
+    
+    <name>Apache Rya Export Integration Tests</name>
+    <description>Integration tests for the Rya Export 
application.</description>
+    
+    <dependencies>
+        <!-- Rya Runtime Dependencies. -->
+        <dependency>
+            <groupId>org.apache.rya</groupId>
+            <artifactId>rya.api</artifactId>
+            <version>3.2.10-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.rya</groupId>
+            <artifactId>rya.export.api</artifactId>
+            <version>3.2.10-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.rya</groupId>
+            <artifactId>rya.export.client</artifactId>
+            <version>3.2.10-SNAPSHOT</version>
+        </dependency>
+    
+        <!-- Testing dependencies. -->
+        <dependency>
+            <groupId>io.fluo</groupId>
+            <artifactId>fluo-mini</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/2d6d8186/extras/rya.export/pom.xml
----------------------------------------------------------------------
diff --git a/extras/rya.export/pom.xml b/extras/rya.export/pom.xml
index a23de7f..dfb9bad 100644
--- a/extras/rya.export/pom.xml
+++ b/extras/rya.export/pom.xml
@@ -40,6 +40,7 @@ under the License.
         <module>export.accumulo</module>
         <module>export.api</module>
         <module>export.mongo</module>
+        <module>export.integration</module>
     </modules>
     
     <properties>

Reply via email to