mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Ludovic Poitou
07.28.2013 f93662c9bc628c3e08824a53ce0ec2f3f347e7bc
opends/build.xml
@@ -1948,11 +1948,11 @@
    <fail message="No unit tests failed in the previous run."
          unless="testng-failed.xml.exists"/>
    <!-- We replace the 'Failed suite [OpenDS]' with 'OpenDS' so we
         don't end up with 'Failed suite [Failed suite [OpenDS]]]' etc. -->
    <!-- We replace the 'Failed suite [OpenDJ]' with 'OpenDJ' so we
         don't end up with 'Failed suite [Failed suite [OpenDJ]]]' etc. -->
    <replace file="${unittest.report.dir}/testng-failed.xml"
             token="Failed suite [OpenDS]"
             value="OpenDS"/>
             token="Failed suite [OpenDJ]"
             value="OpenDJ"/>
    <replace file="${unittest.report.dir}/testng-failed.xml"
             token="default(failed)"
             value="default"/>