Author: bdaw
Date: 2007-03-07 14:19:00 -0500 (Wed, 07 Mar 2007)
New Revision: 6583
Modified:
trunk/testsuite/build.xml
Log:
- reenable identity module in teestsuite
Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml 2007-03-07 18:16:51 UTC (rev 6582)
+++ trunk/testsuite/build.xml 2007-03-07 19:19:00 UTC (rev 6583)
@@ -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>