[portal-commits] JBoss Portal SVN: r8970 - in modules/identity/trunk/identity: src/test/resources and 1 other directory.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Fri Nov 16 07:06:29 EST 2007


Author: bdaw
Date: 2007-11-16 07:06:29 -0500 (Fri, 16 Nov 2007)
New Revision: 8970

Modified:
   modules/identity/trunk/identity/pom.xml
   modules/identity/trunk/identity/src/test/resources/jboss-unit.xml
Log:
try to fake hudson to use jboss unit reports

Modified: modules/identity/trunk/identity/pom.xml
===================================================================
--- modules/identity/trunk/identity/pom.xml	2007-11-16 11:58:05 UTC (rev 8969)
+++ modules/identity/trunk/identity/pom.xml	2007-11-16 12:06:29 UTC (rev 8970)
@@ -294,8 +294,8 @@
                   </testsuite>
                </testsuites>
                <reports>
-                  <xml>${basedir}/reports/xml</xml>
-                  <html>${basedir}/reports/html</html>
+                  <xml>${basedir}/target/surefire-reports/xml</xml>
+                  <html>${basedir}/target/surefire-reports/html</html>
                </reports>
             </configuration>
          </plugin>

Modified: modules/identity/trunk/identity/src/test/resources/jboss-unit.xml
===================================================================
--- modules/identity/trunk/identity/src/test/resources/jboss-unit.xml	2007-11-16 11:58:05 UTC (rev 8969)
+++ modules/identity/trunk/identity/src/test/resources/jboss-unit.xml	2007-11-16 12:06:29 UTC (rev 8970)
@@ -26,9 +26,9 @@
 
       <parameter name="directoryName">
          <value>OpenDS</value>
-         <value>Sun DS</value>
-         <value>RedHatDS</value>
-         <value>OpenLDAP</value>
+         <!--<value>Sun DS</value>-->
+         <!--<value>RedHatDS</value>-->
+         <!--<value>OpenLDAP</value>-->
       </parameter>
 
       <test>
@@ -72,8 +72,8 @@
          <parameter name="directories" value="datasources/directories-staticrolemembership.xml"/>
          <parameter name="directoryName">
             <value>OpenDS</value>
-            <value>Sun DS</value>
-            <value>RedHatDS</value>
+            <!--<value>Sun DS</value>-->
+            <!--<value>RedHatDS</value>-->
          </parameter>
       </test>
 




More information about the portal-commits mailing list