From 396e841269c6446ef58670d3ccb45cfab9746760 Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Fri, 20 Oct 2006 04:56:27 +0000
Subject: [PATCH] fixed an issue in the conversion of the testng report to junit-style report

---
 opends/tests/integration-tests-testng/build.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/tests/integration-tests-testng/build.xml b/opends/tests/integration-tests-testng/build.xml
index fdad57f..c999494 100644
--- a/opends/tests/integration-tests-testng/build.xml
+++ b/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>
 

--
Gitblit v1.10.0