From 74999c0f125e5ca0e63690a21beffa3b9dbc45a2 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.
---
opends/build.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/build.xml b/opends/build.xml
index 6a1467f..e867500 100644
--- a/opends/build.xml
+++ b/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