From e6b21940fc6638197f1ed2ed1077be546cdba1dd Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Fri, 08 Sep 2006 08:15:31 +0000
Subject: [PATCH] A first shoot at schema unit tests. Now testing some equality matching rules .

---
 opends/ext/testng/testng.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opends/ext/testng/testng.xml b/opends/ext/testng/testng.xml
index 9fd56cd..7305f6c 100644
--- a/opends/ext/testng/testng.xml
+++ b/opends/ext/testng/testng.xml
@@ -9,6 +9,7 @@
             <package name="org.opends.server.synchronization"/>
             <package name="org.opends.server.protocols.jmx"/>
             <package name="org.opends.server.util"/>
+            <package name="org.opends.server.schema"/>
         </packages>
     </test>
 

--
Gitblit v1.10.0