Author: bdaw
Date: 2007-08-28 16:53:19 -0400 (Tue, 28 Aug 2007)
New Revision: 8073
Modified:
trunk/testsuite/build.xml
Log:
disable identity tests in trunk
Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml 2007-08-28 20:37:09 UTC (rev 8072)
+++ trunk/testsuite/build.xml 2007-08-28 20:53:19 UTC (rev 8073)
@@ -133,9 +133,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>
@@ -231,4 +231,4 @@
e.g. ant -Dmodule=portlet test-module"/>
</target>
-</project>
\ No newline at end of file
+</project>
Show replies by date