From 0bd0fe4197cc72c8fed4d520d043d618b2ff9301 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Fri, 27 Apr 2007 07:09:14 +0000
Subject: [PATCH] This is is the last part of the replication renaming (issue 1090) and is the renaming of the configuration.

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

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/dbHandlerTest.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/DbHandlerTest.java
similarity index 98%
rename from opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/dbHandlerTest.java
rename to opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/DbHandlerTest.java
index be62117..f20a730 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/dbHandlerTest.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/DbHandlerTest.java
@@ -44,7 +44,7 @@
 /**
  * Test the dbHandler class
  */
-public class dbHandlerTest extends ReplicationTestCase
+public class DbHandlerTest extends ReplicationTestCase
 {
   @Test()
   void testDbHandlerTrim() throws Exception

--
Gitblit v1.10.0