From 488c8512725e38fe352666bd78c1370e379ebe52 Mon Sep 17 00:00:00 2001
From: maudj <maudj@localhost>
Date: Thu, 23 Apr 2009 12:55:30 +0000
Subject: [PATCH] fix ldapsearch RC code following the fix for issue 2764 - maudj

---
 opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/core/binaryattr/core_binaryattr_tests.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/core/binaryattr/core_binaryattr_tests.xml b/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/core/binaryattr/core_binaryattr_tests.xml
index a672b03..74fb707 100644
--- a/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/core/binaryattr/core_binaryattr_tests.xml
+++ b/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/core/binaryattr/core_binaryattr_tests.xml
@@ -264,7 +264,7 @@
                                         'dsFilter'         : 'objectclass=*'  ,
                                         'dsAttributes'     : 'dn'             ,
                                         'dsCountEntries'   : 'True'           ,
-                                        'expectedRC'       : 255 }
+                                        'expectedRC'       : 0 }
               }
             </call>
 

--
Gitblit v1.10.0