mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

mkeyes
30.29.2007 60d827f74336d974ee108864fcf0734f18248a54
Cleanup of test code based on a fix for Issue 1621.
1 files modified
4 ■■■■ changed files
opends/tests/functional-tests/testcases/aci/global_acis.xml 4 ●●●● patch | view | raw | blame | history
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' }