From d4b8c4a45412fef75de97c9b3bafbc2b50d43f2a Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Thu, 09 Nov 2006 20:35:37 +0000
Subject: [PATCH] Add new unit tests that perform validation for message IDs.  One test verifies that there are no duplicate message ID assignments, and the other makes sure that all message IDs defined are registered with the server and have a valid default message.  This testing is conducted using reflection to examine all declared fields in the message classes.

---
 opends/src/server/org/opends/server/messages/ExtensionsMessages.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/src/server/org/opends/server/messages/ExtensionsMessages.java b/opends/src/server/org/opends/server/messages/ExtensionsMessages.java
index 1cc7df3..ad5a893 100644
--- a/opends/src/server/org/opends/server/messages/ExtensionsMessages.java
+++ b/opends/src/server/org/opends/server/messages/ExtensionsMessages.java
@@ -4192,7 +4192,7 @@
     registerMessage(MSGID_FIFOCACHE_UPDATED_INCLUDE_FILTERS,
                     "The set of search filters that will control which " +
                     "entries may be included in the cache has been updated.");
-    registerMessage(MSGID_FIFOCACHE_UPDATED_INCLUDE_FILTERS,
+    registerMessage(MSGID_FIFOCACHE_UPDATED_EXCLUDE_FILTERS,
                     "The set of search filters that will control which " +
                     "entries should be be excluded from the cache has been " +
                     "updated.");
@@ -5675,7 +5675,7 @@
     registerMessage(MSGID_SOFTREFCACHE_UPDATED_INCLUDE_FILTERS,
                     "The set of search filters that will control which " +
                     "entries may be included in the cache has been updated.");
-    registerMessage(MSGID_SOFTREFCACHE_UPDATED_INCLUDE_FILTERS,
+    registerMessage(MSGID_SOFTREFCACHE_UPDATED_EXCLUDE_FILTERS,
                     "The set of search filters that will control which " +
                     "entries should be be excluded from the cache has been " +
                     "updated.");

--
Gitblit v1.10.0