Author: vmassol
Date: 2008-01-11 11:02:58 +0100 (Fri, 11 Jan 2008)
New Revision: 6763

Added:
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution-test/misc-tests/
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution-test/misc-tests/pom.xml
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution-test/misc-tests/src/
Removed:
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution-test/misc-tests/pom.xml
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution-test/misc-tests/src/
Modified:
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution-test/pom.xml
Log:
XWIKI-2002: PDF export not working anymore (Avalon dependency missing)

Fixed + Added a functional test to ensure PDF exports work at all times.

Merged from trunk (rev 6761)

Copied: 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution-test/misc-tests
 (from rev 6761, 
xwiki-products/xwiki-enterprise/trunk/distribution-test/misc-tests)


Property changes on: 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution-test/misc-tests
___________________________________________________________________
Name: svn:ignore
   + target
*.ipr
*.iml
*.iws


Deleted: 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution-test/misc-tests/pom.xml
===================================================================
--- xwiki-products/xwiki-enterprise/trunk/distribution-test/misc-tests/pom.xml  
2008-01-11 09:50:22 UTC (rev 6761)
+++ 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution-test/misc-tests/pom.xml
  2008-01-11 10:02:58 UTC (rev 6763)
@@ -1,77 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
- *
- * See the NOTICE file distributed with this work for additional
- * information regarding copyright ownership.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- *
--->
-
-<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>com.xpn.xwiki.products</groupId>
-    <artifactId>xwiki-enterprise-test</artifactId>
-    <version>1.3-SNAPSHOT</version>
-  </parent>
-  <artifactId>xwiki-enterprise-test-misc</artifactId>
-  <name>XWiki Products - Enterprise - Misc. Functional Tests</name>
-  <packaging>pom</packaging>
-  <description>XWiki Products - Enterprise - Misc. Functional 
Tests</description>
-  <dependencies>
-    <dependency>
-      <groupId>pdfbox</groupId>
-      <artifactId>pdfbox</artifactId>
-      <version>0.7.3</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <plugins>
-      <!-- Step 1: Compile the JUnit Tests and copy test resources files -->
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-resources-plugin</artifactId>
-      </plugin>
-      <!-- Step 2: Create jar containing integration tests which will be 
installed -->
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-      </plugin>
-      <!-- Step 3: Unpack the application -->
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>dependency-maven-plugin</artifactId>
-      </plugin>
-      <!-- Step 4: Start XWiki, Execute the tests and Stop XWiki -->
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration> 
-          <!-- Display report on screen when all tests are completed -->  
-          <useFile>false</useFile>
-          <reportFormat>plain</reportFormat>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-</project>
\ No newline at end of file

Copied: 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution-test/misc-tests/pom.xml
 (from rev 6761, 
xwiki-products/xwiki-enterprise/trunk/distribution-test/misc-tests/pom.xml)
===================================================================
--- 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution-test/misc-tests/pom.xml
                          (rev 0)
+++ 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution-test/misc-tests/pom.xml
  2008-01-11 10:02:58 UTC (rev 6763)
@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ *
+ * See the NOTICE file distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ *
+-->
+
+<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>com.xpn.xwiki.products</groupId>
+    <artifactId>xwiki-enterprise-test</artifactId>
+    <version>1.3-SNAPSHOT</version>
+  </parent>
+  <artifactId>xwiki-enterprise-test-misc</artifactId>
+  <name>XWiki Products - Enterprise - Misc. Functional Tests</name>
+  <packaging>pom</packaging>
+  <description>XWiki Products - Enterprise - Misc. Functional 
Tests</description>
+  <dependencies>
+    <dependency>
+      <groupId>pdfbox</groupId>
+      <artifactId>pdfbox</artifactId>
+      <version>0.7.3</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+  <build>
+    <plugins>
+      <!-- Step 1: Compile the JUnit Tests and copy test resources files -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-resources-plugin</artifactId>
+      </plugin>
+      <!-- Step 2: Create jar containing integration tests which will be 
installed -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+      </plugin>
+      <!-- Step 3: Unpack the application -->
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>dependency-maven-plugin</artifactId>
+      </plugin>
+      <!-- Step 4: Start XWiki, Execute the tests and Stop XWiki -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration> 
+          <!-- Display report on screen when all tests are completed -->  
+          <useFile>false</useFile>
+          <reportFormat>plain</reportFormat>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>
\ No newline at end of file

Copied: 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution-test/misc-tests/src
 (from rev 6761, 
xwiki-products/xwiki-enterprise/trunk/distribution-test/misc-tests/src)

Modified: 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution-test/pom.xml
===================================================================
--- 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution-test/pom.xml
     2008-01-11 09:53:21 UTC (rev 6762)
+++ 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution-test/pom.xml
     2008-01-11 10:02:58 UTC (rev 6763)
@@ -193,6 +193,7 @@
     </profile>
   </profiles>
   <modules>
+    <module>misc-tests</module>
     <module>xmlrpc-tests</module>
     <module>selenium-tests</module>
   </modules>

_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to