From 83005990362480c1c84fac9682e74de3325c9727 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Fri, 15 Jun 2007 14:55:01 +0000
Subject: [PATCH] fixed broken test; made package a dependency of testall target so that package dependant tests would be run

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

diff --git a/opends/build.xml b/opends/build.xml
index 6d6aede..ee36043 100644
--- a/opends/build.xml
+++ b/opends/build.xml
@@ -1157,7 +1157,7 @@
 
   <!-- Execute all of the Directory Server TestNG unit tests in text mode. -->
   <target name="testall"
-          depends="enableTestNGAssertions,prepdefaultalltest,testinit,runtests"
+          depends="enableTestNGAssertions,prepdefaultalltest,package,testinit,runtests"
           description="Run all of the TestNG tests (including 'slow' ones) with assertions enabled.  See 'testwithcoverage' for properties you can set.">
   </target>
 

--
Gitblit v1.10.0