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

neil_a_wilson
11.27.2006 9171ce92fc5db6de320173374d1c0b97a0a058ba
opends/build.xml
@@ -601,8 +601,14 @@
      </classpath>
    </taskdef>
    <condition property="TESTASSERT" value="false">
      <not>
        <isset property="TESTASSERT" />
      </not>
    </condition>
    <testng outputdir="${unittest.report.dir}" haltonfailure="true"
            enableAssert="false">
            enableAssert="${TESTASSERT}">
      <classpath>
        <pathelement location="${coverage.instr.dir}" />
        <pathelement location="${classes.dir}" />