mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Ludovic Poitou
24.04.2011 2569b771a69bddc8cf0e83daf8705a45be2087da
refs
author Ludovic Poitou <ludovic.poitou@forgerock.com>
Wednesday, August 24, 2011 15:04 +0200
committer Ludovic Poitou <ludovic.poitou@forgerock.com>
Wednesday, August 24, 2011 15:04 +0200
commit2569b771a69bddc8cf0e83daf8705a45be2087da
tree e0d19e193f6b4b1a46f1abda8952b40df7d8accb tree | zip | gz
parent 45ebce971ae59bf73fd6c4872bfd6fe8ba7951e3 view | diff
Fix issue OPENDJ-263 : Wrong search results when searching draft change log using filter of the form "(changeNumber>=xxxx)" where xxxx<firstChangeNumber.

Matt pointed to the incriminated piece of code, which didn't consider that specific case.

We should add some test for this, but since it involves purging, delays, I recommend to add that in functional test, not unit test.
3 files modified
77 ■■■■■ changed files
opends/src/server/org/opends/server/replication/server/ECLServerHandler.java 45 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/workflowelement/externalchangelog/ECLSearchOperation.java 21 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ExternalChangeLogTest.java 11 ●●●● diff | view | raw | blame | history