[portal-commits] JBoss Portal SVN: r5828 - trunk/testsuite

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Wed Dec 13 10:07:56 EST 2006


Author: bdaw
Date: 2006-12-13 10:07:54 -0500 (Wed, 13 Dec 2006)
New Revision: 5828

Modified:
   trunk/testsuite/build.xml
Log:
disable identity module from testsuite (temporarily)

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2006-12-13 14:38:58 UTC (rev 5827)
+++ trunk/testsuite/build.xml	2006-12-13 15:07:54 UTC (rev 5828)
@@ -130,9 +130,9 @@
          <antcall target="internal-test-module">
             <param name="module" value="security"/>
          </antcall>
-         <antcall target="internal-test-module">
+         <!--<antcall target="internal-test-module">
             <param name="module" value="identity"/>
-         </antcall>
+         </antcall>-->
          <antcall target="internal-test-module">
             <param name="module" value="server"/>
          </antcall>




More information about the portal-commits mailing list