Creating ui-test module to refactor html unit tests and avoid draging html related dependencies to photark-webapp distribution

git-svn-id: https://svn.apache.org/repos/asf/incubator/photark/trunk@940340 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/photark-ui-test/pom.xml b/photark-ui-test/pom.xml
new file mode 100644
index 0000000..f5e4941
--- /dev/null
+++ b/photark-ui-test/pom.xml
@@ -0,0 +1,39 @@
+<?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>
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
+		<groupId>org.apache.photark</groupId>
+		<artifactId>photark-parent</artifactId>
+		<version>1.0-incubating-SNAPSHOT</version>
+		<relativePath>../pom.xml</relativePath>
+	</parent>
+	<artifactId>photark-ui-tests</artifactId>
+	<name>Apache PhotArk UI Integration Test</name>
+    
+    <dependencies>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>4.8.1</version>
+            <scope>compile</scope>
+        </dependency>
+    </dependencies>
+</project>
diff --git a/pom.xml b/pom.xml
index e419b3c..9f8b66c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -188,6 +188,7 @@
                 <module>photark-jcr</module>
                 <module>photark-ui</module>
                 <module>photark-ui-admin</module>
+                <module>photark-ui-test</module>
                 <module>photark-appengine-webapp</module>                
                 <module>photark-webapp</module>
             </modules>