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

mkeyes
11.24.2007 295680dfafa1cff7ac23da6a2c7ea541edf6ff73
Fixed a bad variable name.
1 files modified
2 ■■■ changed files
opends/tests/functional-tests/testcases/aci/aci_targattrfilter.xml 2 ●●● patch | view | raw | blame | history
opends/tests/functional-tests/testcases/aci/aci_targattrfilter.xml
@@ -1163,7 +1163,7 @@
                <call function="'testCase_Preamble'"/>
                          
                <script>
                    curr_aci_ldif_file = '%s/aci/aci_targattrfilter/add_aci8.ldif' % STAGED_DATA_DIR
                    curr_aci_ldif_file = '%s/aci/aci_targattrfilter/add_aci8.ldif' % LOCAL_DATA_DIR
                    curr_aci=retrieve_aci('%s' % curr_aci_ldif_file);
                </script>