From b7eb65a21ad2ae88385783583f2210865210c807 Mon Sep 17 00:00:00 2001
From: davidely <davidely@localhost>
Date: Thu, 07 Sep 2006 17:00:01 +0000
Subject: [PATCH] Disabling assertions for testng unit tests. Backing out the previous changes.
---
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 6a1467f..e867500 100644
--- a/opendj-sdk/opends/build.xml
+++ b/opendj-sdk/opends/build.xml
@@ -649,7 +649,7 @@
</taskdef>
<testng outputdir="${unittest.report.dir}" haltonfailure="true"
- enableAssert="true">
+ enableAssert="false">
<classpath>
<pathelement location="${coverage.instr.dir}" />
--
Gitblit v1.10.0