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

davidely
07.36.2006 5e5d153dc8d856de9639f77810ea4fe4c75c9166
Enabling assertions for testng unit tests.
1 files modified
2 ■■■ changed files
opendj-sdk/opends/build.xml 2 ●●● patch | view | raw | blame | history
opendj-sdk/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}" />