From 204724f753257ec6af5ba40d92c90abe897e64a4 Mon Sep 17 00:00:00 2001
From: el_kaboing <el_kaboing@localhost>
Date: Mon, 14 Aug 2006 17:11:53 +0000
Subject: [PATCH] Modified Bob Add test 1 to expect a return code 1 instead of 0. This test uses an ldif file with an extra space after the attribute name, "add: jpegPhoto ".

---
 opends/tests/integration-tests-testng/src/server/org/opends/server/integration/bob/BobAddTests.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/tests/integration-tests-testng/src/server/org/opends/server/integration/bob/BobAddTests.java b/opends/tests/integration-tests-testng/src/server/org/opends/server/integration/bob/BobAddTests.java
index 8ccc1ed..0446b38 100644
--- a/opends/tests/integration-tests-testng/src/server/org/opends/server/integration/bob/BobAddTests.java
+++ b/opends/tests/integration-tests-testng/src/server/org/opends/server/integration/bob/BobAddTests.java
@@ -117,7 +117,7 @@
     ds_output.redirectOutput(logDir, "BobAddTest5.txt");
     int retCode = LDAPModify.mainModify(bob_args);
     ds_output.resetOutput();
-    int expCode = 0;
+    int expCode = 1;
 
     compareExitCode(retCode, expCode);
   }

--
Gitblit v1.10.0