From 1696f91cdcea9c7785c71100b3c1af1c01bcee18 Mon Sep 17 00:00:00 2001
From: el_kaboing <el_kaboing@localhost>
Date: Thu, 17 Aug 2006 18:11:24 +0000
Subject: [PATCH] Made the deafult for the Integration Test suite for the new Security tests to run.

---
 opends/tests/integration-tests-testng/build.sh |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/opends/tests/integration-tests-testng/build.sh b/opends/tests/integration-tests-testng/build.sh
index 69ed6f6..eb32a1e 100755
--- a/opends/tests/integration-tests-testng/build.sh
+++ b/opends/tests/integration-tests-testng/build.sh
@@ -196,7 +196,7 @@
         <package name="org.opends.server.integration.core"/>
         <package name="org.opends.server.integration.frontend"/>
         <package name="org.opends.server.integration.schema"/>
-        <package name="org.opends.server.integration.backend"/>
+        <package name="org.opends.server.integration.security"/>
     </packages>
     
     <test name="precommit">
@@ -216,7 +216,7 @@
                   <include name="core"/>
                   <include name="frontend"/>
                   <include name="schema"/>
-                  <include name="backend"/>
+                  <include name="security"/>
  	      </define>
 
 	      <define name="quickstart">
@@ -239,8 +239,8 @@
 		  <include name="schema"/>
 	      </define>
 
-	      <define name="backend">
-		  <include name="backend"/>
+	      <define name="security">
+		  <include name="security"/>
 	      </define>
 
 	      <run>

--
Gitblit v1.10.0