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

Gary Williams
08.13.2012 e14ed0ae5032b80c3ee37ca440c757723403ae25
opends/tests/staf-tests/shared/functions/utils.xml
@@ -1937,6 +1937,11 @@
          Wildcard 'noCheck' to not check the RC
        </function-arg-description>
      </function-arg-def>
      <function-arg-def name="expectedString" type="optional" default="None">
        <function-arg-description>
          Expected return string value.
        </function-arg-description>
      </function-arg-def>
      <function-arg-def name="knownIssue" type="optional" default="None">
        <function-arg-description>
          Known issue. Corresponds to an issue number.
@@ -2066,6 +2071,13 @@
              }
            </call>
          </if>
          <if expr="expectedString">
            <call function="'checktestString'">
                { 'returnString'    : cmdOutput ,
                  'expectedString'  : expectedString }
            </call>
          </if>
        </sequence>
      </timer>