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

andrug
06.31.2007 0737e43e6f6544d74d67d5573a7cde178980ac96
WS modification
4 files modified
91 ■■■■■ changed files
opends/tests/functional-tests/testcases/core/core_entry_cache.xml 10 ●●●●● patch | view | raw | blame | history
opends/tests/functional-tests/testcases/core/core_search_sizelimit.xml 27 ●●●●● patch | view | raw | blame | history
opends/tests/functional-tests/testcases/core/core_search_timelimit.xml 36 ●●●●● patch | view | raw | blame | history
opends/tests/functional-tests/testcases/core/core_tf_filters.xml 18 ●●●●● patch | view | raw | blame | history
opends/tests/functional-tests/testcases/core/core_entry_cache.xml
@@ -153,13 +153,9 @@
                  'dsInstancePort'   : DIRECTORY_INSTANCE_PORT ,
                  'dsInstanceDn'     : DIRECTORY_INSTANCE_DN ,
                  'dsInstancePswd'   : DIRECTORY_INSTANCE_PSWD ,
                  'entryToBeModified'   : '%s/core/ldifs/mod_entrycache4.ldif' % logsRemoteDataDir }
              </call>
              <call function="'checktestRC'">
                  { 'returncode' : RC ,
                    'result'     : STAXResult ,
                    'expected'   : 65 }
                  'entryToBeModified'   : '%s/core/ldifs/mod_entrycache4.ldif' % logsRemoteDataDir ,
                  'expectedRC'          : 65
                }
              </call>
              
              <call function="'testCase_Postamble'"/>
opends/tests/functional-tests/testcases/core/core_search_sizelimit.xml
@@ -67,15 +67,12 @@
                  'dsInstancePswd'   : DIRECTORY_INSTANCE_PSWD ,
                  'dsBaseDN'         : 'ou=People,o=core tests,dc=example,dc=com' ,
                  'dsFilter'         : 'objectclass=*' ,
                  'extraParams'      : '-z 150' }
                  'extraParams'      : '-z 150' ,
                  'expectedRC'       : 4
                }
                  
              </call>
    
              <call function="'checktestRC'">
                  { 'returncode' : RC ,
                    'result'     : STAXResult ,
                    'expected'   : 4 }
              </call>
              <call function="'testCase_Postamble'"/>
            </sequence>
          </testcase>
@@ -143,15 +140,12 @@
                { 'dsInstanceHost'   : DIRECTORY_INSTANCE_HOST ,
                  'dsInstancePort'   : DIRECTORY_INSTANCE_PORT ,
                  'dsBaseDN'         : 'ou=People,o=core tests,dc=example,dc=com' ,
                  'dsFilter'         : 'objectclass=*' }
                  'dsFilter'         : 'objectclass=*' ,
                  'expectedRC'       : 4
                }
                  
              </call>
    
              <call function="'checktestRC'">
                  { 'returncode' : RC ,
                    'result'     : STAXResult ,
                    'expected'   : 4 }
              </call>
              <call function="'testCase_Postamble'"/>
            </sequence>
          </testcase>
@@ -242,15 +236,12 @@
                  'dsInstanceDn'     : DIRECTORY_INSTANCE_DN ,
                  'dsInstancePswd'   : DIRECTORY_INSTANCE_PSWD ,
                  'dsBaseDN'         : 'ou=People,o=core tests,dc=example,dc=com' ,
                  'dsFilter'         : 'objectclass=*' }
                  'dsFilter'         : 'objectclass=*' ,
                  'expectedRC'       : 4
                }
                  
              </call>
    
              <call function="'checktestRC'">
                  { 'returncode' : RC ,
                    'result'     : STAXResult ,
                    'expected'   : 4 }
              </call>
              <call function="'testCase_Postamble'"/>
            </sequence>
          </testcase>
opends/tests/functional-tests/testcases/core/core_search_timelimit.xml
@@ -85,15 +85,11 @@
                  'dsInstancePswd'   : DIRECTORY_INSTANCE_PSWD ,
                  'dsBaseDN'         : 'o=core tests,dc=example,dc=com' ,
                  'dsFilter'         : 'objectclass=*' ,
                  'extraParams'    : '-l 1' }
                  'extraParams'      : '-l 1' ,
                  'expectedRC'       : 3
                }
              </call>
              <call function="'checktestRC'">
                  { 'returncode' : RC ,
                    'result'     : STAXResult ,
                    'expected'   : 3 }
              </call>
              <call function="'testCase_Postamble'"/>
            </sequence>
          </testcase>
@@ -161,15 +157,11 @@
                { 'dsInstanceHost'   : DIRECTORY_INSTANCE_HOST ,
                  'dsInstancePort'   : DIRECTORY_INSTANCE_PORT ,
                  'dsBaseDN'         : 'o=core tests,dc=example,dc=com' ,
                  'dsFilter'         : 'objectclass=*' }
                  'dsFilter'         : 'objectclass=*' ,
                  'expectedRC'       : 3
                }
              </call>
              <call function="'checktestRC'">
                  { 'returncode' : RC ,
                    'result'     : STAXResult ,
                    'expected'   : 3 }
              </call>
              <call function="'testCase_Postamble'"/>
            </sequence>
          </testcase>
@@ -260,15 +252,11 @@
                  'dsInstanceDn'     : DIRECTORY_INSTANCE_DN ,
                  'dsInstancePswd'   : DIRECTORY_INSTANCE_PSWD ,
                  'dsBaseDN'         : 'o=core tests,dc=example,dc=com' ,
                  'dsFilter'         : 'objectclass=*' }
                  'dsFilter'         : 'objectclass=*' ,
                  'expectedRC'       : 3
                }
              </call>
              <call function="'checktestRC'">
                  { 'returncode' : RC ,
                    'result'     : STAXResult ,
                    'expected'   : 3 }
              </call>
              <call function="'testCase_Postamble'"/>
            </sequence>
          </testcase>
opends/tests/functional-tests/testcases/core/core_tf_filters.xml
@@ -115,14 +115,11 @@
                  'dsInstanceDn'     : DIRECTORY_INSTANCE_DN ,
                  'dsInstancePswd'   : DIRECTORY_INSTANCE_PSWD ,
                  'dsBaseDN'         : 'cn=bad,cn=monitor' ,
                  'dsFilter'         : '&amp;' }
                  'dsFilter'         : '&amp;' ,
                  'expectedRC'       : 32
                }
              </call>
    
              <call function="'checktestRC'">
                  { 'returncode' : RC ,
                    'result'     : STAXResult ,
                    'expected'   : 32 }
              </call>
              <call function="'testCase_Postamble'"/>
             </sequence>
          </testcase>
@@ -141,14 +138,11 @@
                  'dsInstanceDn'     : DIRECTORY_INSTANCE_DN ,
                  'dsInstancePswd'   : DIRECTORY_INSTANCE_PSWD ,
                  'dsBaseDN'         : 'cn=bad,cn=monitor' ,
                  'dsFilter'         : '|' }
                  'dsFilter'         : '|' ,
                  'expectedRC'       : 32
                }
              </call>
    
              <call function="'checktestRC'">
                  { 'returncode' : RC ,
                    'result'     : STAXResult ,
                    'expected'   : 32 }
              </call>
              <call function="'testCase_Postamble'"/>
             </sequence>