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

davidely
07.36.2006 5de414cb821cbb4d6504d64f39f2d1701b8ae453
Enabling assertions for testng unit tests.
1 files modified
2 ■■■ changed files
opends/build.xml 2 ●●● patch | view | raw | blame | history
opends/build.xml
@@ -649,7 +649,7 @@
    </taskdef>
    <testng outputdir="${unittest.report.dir}" haltonfailure="true"
            enableAssert="false">
            enableAssert="true">
      <classpath>
        <pathelement location="${coverage.instr.dir}" />