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

davidely
07.00.2006 74999c0f125e5ca0e63690a21beffa3b9dbc45a2
Disabling assertions for testng unit tests.  Backing out the previous changes.
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="true">
            enableAssert="false">
      <classpath>
        <pathelement location="${coverage.instr.dir}" />