From 13243b7d59ccb89dbd12fdf50b6eb56e16b07f26 Mon Sep 17 00:00:00 2001 From: davidely <davidely@localhost> Date: Wed, 17 Jan 2007 04:28:07 +0000 Subject: [PATCH] Fixes for several small SearchFilter and Attribute matching issues (730, 695, 688, 689, 693). This also includes tests for the SearchFilter class. I've also elimiated a race condition from the operation test cases. --- opends/src/server/org/opends/server/core/SynchronizationProviderConfigManager.java | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/opends/src/server/org/opends/server/core/SynchronizationProviderConfigManager.java b/opends/src/server/org/opends/server/core/SynchronizationProviderConfigManager.java index a5c60b7..420102d 100644 --- a/opends/src/server/org/opends/server/core/SynchronizationProviderConfigManager.java +++ b/opends/src/server/org/opends/server/core/SynchronizationProviderConfigManager.java @@ -52,7 +52,6 @@ import static org.opends.server.loggers.Error.*; import static org.opends.server.messages.ConfigMessages.*; import static org.opends.server.messages.MessageHandler.*; -import static org.opends.server.util.ServerConstants.*; import static org.opends.server.util.StaticUtils.*; -- Gitblit v1.10.0