From f94601c43a60f861c6ef4ee7b76697e3987d207b Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Fri, 24 Nov 2006 08:27:51 +0000
Subject: [PATCH] Add a basic test for the synchronization changelog. This test allows to check that the changelog code is working without involving the server side code.
---
opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/ProtocolWindowTest.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/ProtocolWindowTest.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/ProtocolWindowTest.java
index be2f00b..7a2ac23 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/ProtocolWindowTest.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/ProtocolWindowTest.java
@@ -99,7 +99,7 @@
final DN baseDn = DN.decode("ou=People,dc=example,dc=com");
ChangelogBroker broker = openChangelogSession(baseDn, (short) 13,
- WINDOW_SIZE);
+ WINDOW_SIZE, 8989, 1000);
try {
--
Gitblit v1.10.0