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

al_xipe
20.56.2006 396e841269c6446ef58670d3ccb45cfab9746760
fixed an issue in the conversion of the testng report to junit-style report
1 files modified
2 ■■■ changed files
opends/tests/integration-tests-testng/build.xml 2 ●●● patch | view | raw | blame | history
opends/tests/integration-tests-testng/build.xml
@@ -250,7 +250,7 @@
    <!-- convert the testng results to junit -->
    <junitreport todir="${tests.run.dir}/reports/junit">
      <fileset dir="${tests.run.dir}/reports/testng/${product.name}">
        <include name="*.xml"/>
        <include name="integration-tests.xml"/>
      </fileset>
    </junitreport>