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

mkeyes
30.35.2007 f54ea5ceea506067959fe032d1b11e121acdb4cf
Fixed a situation where dsconfigSet was not setting the tcstatus to either fail or pass. The result was that some functional test cases were inconclusive.
1 files modified
7 ■■■■■ changed files
opends/tests/functional-tests/shared/functions/dsconfig.xml 7 ●●●●● patch | view | raw | blame | history
opends/tests/functional-tests/shared/functions/dsconfig.xml
@@ -189,6 +189,13 @@
        STAXCode=RC
        STAXReason=STAXResult
      </script>
      <if expr="expectedRC != 'noCheck'">
        <call function="'checktestRC'">
          { 'returncode' : STAXCode ,
            'result'     : STAXReason ,
            'expected'   : expectedRC }
        </call>
      </if>
      <return>
        STAXReason
      </return>