From 170afdc3e21cc6b6f57bdb1c619d38814e772949 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
---
opendj-sdk/opends/build.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/build.xml b/opendj-sdk/opends/build.xml
index 6d6aede..ee36043 100644
--- a/opendj-sdk/opends/build.xml
+++ b/opendj-sdk/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