From d69cfd5c912a474c506167926990b6dbcaa7d42c Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Tue, 18 Sep 2007 23:41:27 +0000
Subject: [PATCH] removed integration test artifacts

---
 opendj-sdk/opends/build.xml |   18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)

diff --git a/opendj-sdk/opends/build.xml b/opendj-sdk/opends/build.xml
index c230061..f105c43 100644
--- a/opendj-sdk/opends/build.xml
+++ b/opendj-sdk/opends/build.xml
@@ -60,12 +60,6 @@
   <property name="unittest.resource.dir"
        location="${build.dir}/unit-tests/resource"/>
 
-  <!-- Properties for use in functional/integration testing.  -->
-  <property name="functest.testng.dir"
-       location="tests/integration-tests-testng" />
-  <property name="functest.testng.src.dir"
-    location="${functest.testng.dir}/src"/>
-
   <!-- Properties for use with the DSML component.                      -->
   <property name="dsml.dir"         location="resource/dsml"             />
   <property name="dsml.src.dir"     location="src/dsml"                  />
@@ -502,13 +496,6 @@
       <fileset dir="${unittest.testng.src.dir}" includes="**/*.java" />
       <formatter type="plain" />
     </checkstyle>
-<!--
-    <checkstyle config="${checkstyle.dir}/opends-functest-checkstyle.xml"
-         failOnViolation="true">
-      <fileset dir="${functest.testng.src.dir}" includes="**/*.java" />
-      <formatter type="plain" />
-    </checkstyle>
--->
   </target>
 
 
@@ -1667,11 +1654,6 @@
   </target>
 
 
-  <target name="integration-tests"
-            description="Builds the integration tests">
-    <ant dir="${functest.testng.dir}" inheritall="false"/>
-  </target>
-
 
 
   <target name="buildtools" depends="init"

--
Gitblit v1.10.0