From 5349c97806bb0a00038d8dc3dee4254fad187649 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Wed, 25 Apr 2007 16:35:36 +0000
Subject: [PATCH] Second set of renaming for issue 1090  Rename org.opends.server.replication.changelog into org.opends.server.synchronization.changelog Use replication instead of synchronization in many places in the code/comment/file names

---
 opends/tests/unit-tests-testng/src/server/org/opends/server/controls/ControlsTestCase.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/controls/ControlsTestCase.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/controls/ControlsTestCase.java
index ac1f96f..64a04c4 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/controls/ControlsTestCase.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/controls/ControlsTestCase.java
@@ -33,7 +33,7 @@
 import org.testng.annotations.BeforeClass;
 
 /**
- * An abstract class that all synchronization unit test should extend. 
+ * An abstract class that all control unit test should extend. 
  */
 @Test(groups = { "precommit", "controls" })
 public abstract class ControlsTestCase extends DirectoryServerTestCase

--
Gitblit v1.10.0