From 5f16c86d23c9235cfc7f0627ae1ee1d025d54b54 Mon Sep 17 00:00:00 2001
From: el_kaboing <el_kaboing@localhost>
Date: Fri, 11 Aug 2006 19:41:32 +0000
Subject: [PATCH] Added backend test suite back into the Integration Tests.

---
 opendj-sdk/opends/tests/integration-tests-testng/build.sh |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/opendj-sdk/opends/tests/integration-tests-testng/build.sh b/opendj-sdk/opends/tests/integration-tests-testng/build.sh
index 1bfcd55..69ed6f6 100755
--- a/opendj-sdk/opends/tests/integration-tests-testng/build.sh
+++ b/opendj-sdk/opends/tests/integration-tests-testng/build.sh
@@ -196,6 +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"/>
     </packages>
     
     <test name="precommit">
@@ -215,6 +216,7 @@
                   <include name="core"/>
                   <include name="frontend"/>
                   <include name="schema"/>
+                  <include name="backend"/>
  	      </define>
 
 	      <define name="quickstart">
@@ -237,6 +239,10 @@
 		  <include name="schema"/>
 	      </define>
 
+	      <define name="backend">
+		  <include name="backend"/>
+	      </define>
+
 	      <run>
 		  <include name="all"/>
               </run>

--
Gitblit v1.10.0