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

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