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

andrug
03.13.2008 3b3a1520f8d6b832ddab3f9cd674819782517117
opendj-sdk/opends/tests/shared/functions/dsadm.xml
@@ -918,11 +918,11 @@
          
        if dsIncludeFilter:
          for InFilter in dsIncludeFilter:
            STAFCmdParamsList.append('-I %s ' % InFilter)
            STAFCmdParamsList.append('-I "%s" ' % InFilter)
        if dsExcludeFilter:
          for ExFilter in dsExcludeFilter:
            STAFCmdParamsList.append('-E %s ' % ExFilter)
            STAFCmdParamsList.append('-E "%s" ' % ExFilter)
          
        if dsRejectFile:
          STAFCmdParamsList.append('-R %s' % dsRejectFile)