From f85d2d244205d32a39ff5d5f52e90ce2e10fc24a Mon Sep 17 00:00:00 2001
From: Valery Kharseko <vharseko@3a-systems.ru>
Date: Tue, 08 Sep 2026 07:29:00 +0000
Subject: [PATCH] [#910] Test that a ModifyDN conflict is still solved while server-error-result-code is one of the conflict codes (#938)

---
 opendj-server-legacy/src/test/java/org/opends/server/replication/UpdateOperationTest.java |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)

diff --git a/opendj-server-legacy/src/test/java/org/opends/server/replication/UpdateOperationTest.java b/opendj-server-legacy/src/test/java/org/opends/server/replication/UpdateOperationTest.java
index b9ce72b..ba7056a 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/replication/UpdateOperationTest.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/replication/UpdateOperationTest.java
@@ -2087,23 +2087,6 @@
   }
 
   /**
-   * Sets the result code this server puts on an internal error, the way an administrator
-   * would.
-   *
-   * @param resultCode the numeric result code
-   * @throws Exception if the configuration could not be changed
-   */
-  private void setServerErrorResultCode(int resultCode) throws Exception
-  {
-    assertEquals(TestCaseUtils.applyModifications(true,
-        "dn: cn=config",
-        "changetype: modify",
-        "replace: ds-cfg-server-error-result-code",
-        "ds-cfg-server-error-result-code: " + resultCode), 0,
-        "the server error result code could not be changed");
-  }
-
-  /**
    * Enable or disable the receive status of a synchronization provider.
    *
    * @param syncConfigDN The DN of the synchronization provider configuration

--
Gitblit v1.10.0