From 28bdeff49edcd4e892755355c23cc13a4df48ed9 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Wed, 12 Jul 2006 09:26:05 +0000
Subject: [PATCH] Add some unit tests for   - synchronization msg serialization/un-serialization (classes that inherit from SynchronizationMsg)  - modify conflicts resolution (Historical class)

---
 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 6b1c44b..6c21c90 100644
--- a/opends/ext/testng/testng.xml
+++ b/opends/ext/testng/testng.xml
@@ -4,6 +4,7 @@
         <package name="org.opends.server.protocols.asn1"/>
         <package name="org.opends.server.core"/>
         <package name="org.opends.server.backends.jeb"/>
+        <package name="org.opends.server.synchronization"/>
     </packages>
     
     <test name="precommit">

--
Gitblit v1.10.0