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

ludovicp
25.33.2010 32d6b6b1f50ad959d9d0dbc3d9e7f7545f23332e
Updates to functional tests
1 files deleted
6 files modified
99 ■■■■■ changed files
opends/tests/staf-tests/functional-tests/shared/data/dsml/suites/03dsmlerrsuite/data/add_novalue.res 40 ●●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/shared/data/dsml/suites/03dsmlerrsuite/data/add_novalue.res.4178.issue 7 ●●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/backends/export-tasks/export-tasks_tests.xml 3 ●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/backends/import-tasks/import-tasks_tests.xml 18 ●●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/backends/import/import_tests.xml 8 ●●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/tasks/import-ldif.xml 19 ●●●●● patch | view | raw | blame | history
opends/tests/staf-tests/shared/functions/dsadm.xml 4 ●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/shared/data/dsml/suites/03dsmlerrsuite/data/add_novalue.res
@@ -1,24 +1,18 @@
HTTP/1.1 200 OK
Cache-control: no-cache
Date: Mon, 01 Jan 2001 12:00:00 GMT
Accept-Ranges: none
Server: Sun-Java(tm)-System-Directory/6.2
Content-Type: text/xml; charset="utf-8"
Content-Length: 538
HTTP1.1 200 OK
Date: Wed, 19 Aug 2009 08:28:06 GMT
Server: Apache-Coyote/1.1
Content-Type: text/xml
Connection: close
<?xml version='1.0' encoding='UTF-8' ?>
<soap-env:Envelope
   xmlns:xsd='http://www.w3.org/2001/XMLSchema'
   xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
   xmlns:soap-env='http://schemas.xmlsoap.org/soap/envelope/'
   >
<soap-env:Body>
<batchResponse
   xmlns:xsd='http://www.w3.org/2001/XMLSchema'
   xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
   xmlns='urn:oasis:names:tc:DSML:2:0:core'
   requestID='[attr] element has no child [value] element'
   >
</batchResponse>
</soap-env:Body>
</soap-env:Envelope>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
  <SOAP-ENV:Body>
    <batchResponse xmlns="urn:oasis:names:tc:DSML:2:0:core" requestID="[attr] element has no child [value] element">
      <addResponse>
        <resultCode code="32"/>
        <errorMessage>Entry uid=abergin,ou=People,dc=siroe,dc=com cannot be added because its parent entry ou=People,dc=siroe,dc=com does not exist in the server
        </errorMessage>
      </addResponse>
    </batchResponse>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
opends/tests/staf-tests/functional-tests/shared/data/dsml/suites/03dsmlerrsuite/data/add_novalue.res.4178.issue
File was deleted
opends/tests/staf-tests/functional-tests/testcases/backends/export-tasks/export-tasks_tests.xml
@@ -1428,7 +1428,8 @@
            'dsInstancePswd'   : DIRECTORY_INSTANCE_PSWD ,
            'dsCountEntries'   : 'True' ,
            'dsBaseDN'         : 'ou=people,dc=example,dc=com',
            'dsFilter'         : 'objectClass=*'
            'dsFilter'         : 'objectClass=*',
            'knownIssue'       : '6962694'
          }
          </call>
opends/tests/staf-tests/functional-tests/testcases/backends/import-tasks/import-tasks_tests.xml
@@ -1179,6 +1179,14 @@
            }
          </call>
          <if expr="RC != 0">
            <sequence>
              <call function="'setKnownIssue'">
                { 'issueId' : 6962694 }
              </call>
            </sequence>
          </if>
        </sequence>
        <catch exception="'STAXException.*'" typevar="eType" var="eInfo">
@@ -1236,7 +1244,15 @@
              'startDS'         : 'no'
            }
          </call>
          <if expr="RC != 0">
            <sequence>
              <call function="'setKnownIssue'">
                { 'issueId' : 6962694 }
              </call>
            </sequence>
          </if>
        </sequence>
        <catch exception="'STAXException.*'" typevar="eType" var="eInfo">
opends/tests/staf-tests/functional-tests/testcases/backends/import/import_tests.xml
@@ -1146,6 +1146,10 @@
            }                        
          </call>
          <call function="'setKnownIssue'">
            { 'issueId' : 6962694 }
          </call>
        </sequence>
            
        <catch exception="'STAXException.*'" typevar="eType" var="eInfo">
@@ -1201,6 +1205,10 @@
            }                        
          </call>
          <call function="'setKnownIssue'">
            { 'issueId' : 6962694 }
          </call>
        </sequence>
            
        <catch exception="'STAXException.*'" typevar="eType" var="eInfo">
opends/tests/staf-tests/functional-tests/testcases/tasks/import-ldif.xml
@@ -80,6 +80,7 @@
                'dsInstancePswd'      : DIRECTORY_INSTANCE_PSWD,
                'ldifFile'            : '%s/tasks/import.ldif' % remote.data,
                'append'              : ' ',
                'startTask'           : '0',
                'backEnd'             : DIRECTORY_INSTANCE_BE}
              </call>
  
@@ -90,7 +91,15 @@
                'startDS'     : 'False'              
                }
              </call>
              <if expr="RC != 0">
                <sequence>
                  <call function="'setKnownIssue'">
                    { 'issueId' : 6962694 }
                  </call>
                </sequence>
              </if>
              <!-- Delete entries -->
              <call function="'DeleteEntry'">
                { 'dsInstanceHost'   : DIRECTORY_INSTANCE_HOST ,
@@ -150,6 +159,14 @@
                'startDS'     : 'False'              
                }
              </call>
              <if expr="RC != 0">
                <sequence>
                  <call function="'setKnownIssue'">
                    { 'issueId' : 6962694 }
                  </call>
                </sequence>
              </if>
              
              <!-- Delete entries -->
              <call function="'DeleteEntry'">
opends/tests/staf-tests/shared/functions/dsadm.xml
@@ -759,7 +759,7 @@
        </function-arg-description>
        <function-arg-property name="type" value="integer"/>
      </function-arg-def>
      <function-arg-def name="startTask" type="optional" default="'0'">
      <function-arg-def name="startTask" type="optional">
        <function-arg-description>
          Optional exclude attributes
        </function-arg-description>
@@ -1328,7 +1328,7 @@
        </function-arg-description>
        <function-arg-property name="type" value="integer"/>
      </function-arg-def>
      <function-arg-def name="startTask" type="optional" default="'0'">
      <function-arg-def name="startTask" type="optional">
        <function-arg-description>
          Optional exclude attributes
        </function-arg-description>