From 9990668476c2cfbbdff79eafea5b894bb72fc352 Mon Sep 17 00:00:00 2001
From: Lee Trujillo <lee.trujillo@forgerock.com>
Date: Wed, 01 Apr 2015 17:50:20 +0000
Subject: [PATCH] CR-6560 OPENDJ-1909: make diffEntries use delete+add
---
opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldap/EntriesTestCase.java | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldap/EntriesTestCase.java b/opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldap/EntriesTestCase.java
index b08f423..6ec0294 100644
--- a/opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldap/EntriesTestCase.java
+++ b/opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldap/EntriesTestCase.java
@@ -22,6 +22,7 @@
*
*
* Copyright 2009-2010 Sun Microsystems, Inc.
+ * * Portions copyright 2011-2015 ForgeRock AS
*/
package org.forgerock.opendj.ldap;
@@ -151,24 +152,24 @@
"bothDifferentAdds: toOnly1",
"bothDifferentAdds: toOnly2",
"-",
- "add: bothDifferentAddsAndDeletes",
- "bothDifferentAddsAndDeletes: toOnly",
- "-",
"delete: bothDifferentAddsAndDeletes",
"bothDifferentAddsAndDeletes: fromOnly",
"-",
+ "add: bothDifferentAddsAndDeletes",
+ "bothDifferentAddsAndDeletes: toOnly",
+ "-",
"delete: bothDifferentDeletes",
"bothDifferentDeletes: fromOnly1",
"bothDifferentDeletes: fromOnly2",
"-",
- "add: bothDifferentReplace",
- "bothDifferentReplace: toOnly1",
- "bothDifferentReplace: toOnly2",
- "-",
"delete: bothDifferentReplace",
"bothDifferentReplace: fromOnly1",
"bothDifferentReplace: fromOnly2",
"-",
+ "add: bothDifferentReplace",
+ "bothDifferentReplace: toOnly1",
+ "bothDifferentReplace: toOnly2",
+ "-",
"delete: fromOnly",
"fromOnly: fromOnlyValue",
"-",
--
Gitblit v1.10.0