From 60d827f74336d974ee108864fcf0734f18248a54 Mon Sep 17 00:00:00 2001
From: mkeyes <mkeyes@localhost>
Date: Mon, 30 Jul 2007 16:29:26 +0000
Subject: [PATCH] Cleanup of test code based on a fix for Issue 1621.
---
opends/tests/functional-tests/testcases/aci/global_acis.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/aci/global_acis.xml b/opends/tests/functional-tests/testcases/aci/global_acis.xml
index c9e946b..26c102d 100755
--- a/opends/tests/functional-tests/testcases/aci/global_acis.xml
+++ b/opends/tests/functional-tests/testcases/aci/global_acis.xml
@@ -762,7 +762,7 @@
<script>
returnString = STAXResult[0][1]
</script>
-<!-- Uncomment when Issue 1621 is fixed.
+
<call function="'searchStringForSubstring'">
{ 'returnString' : returnString ,
'testString' : 'sn' }
@@ -780,7 +780,7 @@
<if expr="returnCode != '1'">
<tcstatus result="'fail'"/>
</if>
--->
+
<call function="'checktestString'">
{ 'returnString' : returnString ,
'expectedString' : 'dn: uid=tmorris,ou=People,ou=aci branch,o=ACI Tests' }
--
Gitblit v1.10.0