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

Christophe Sovant
12.42.2009 0ba224b6a9320ce08ecaeaf0c6856d5caebafbdf
opends/tests/staf-tests/functional-tests/testcases/security/account_activation/security_account_expiration.xml
@@ -290,7 +290,7 @@
          <script>
            expirationTime = returnString.split(':')[1].strip()
            if len(expirationTime) == 9 &amp; expirationTime.startswith('86'):
            if len(expirationTime) == 9 and expirationTime.startswith('86'):
              myRC = 0
            else:
              myRC = 1
opends/tests/staf-tests/functional-tests/testcases/snmp/snmp_status.xml
@@ -327,7 +327,7 @@
            #@TestName            status: check error message and status when
                                  the opendmk-jarfile property is set to a
                                  wrong value
            #@TestIssue           none
            #@TestIssue           3943
            #@TestPurpose         Check error message and status when
                                  the opendmk-jarfile property is set to a
                                  wrong value.
@@ -414,6 +414,10 @@
                }
              </call>
              <call function="'setKnownIssue'">
                { 'issueId' : '3943' }
              </call>
              <message>
                'status: status when the server is started'
              </message>
opends/tests/staf-tests/functional-tests/testcases/tasks/backup_db.xml
@@ -506,10 +506,14 @@
              'location'  : STAF_REMOTE_HOSTNAME ,
              'filename'  : '%s/%s/logs/server.out' % (DIRECTORY_INSTANCE_DIR, OPENDSNAME) ,
              'testString': 'because another task already exists with the same ID' ,
              'expectedRC': 1 ,
              'expectedRC': 1
              }
            </call>
            <call function="'setKnownIssue'">
              { 'issueId' : '3773' }
            </call>
            <call function="'testCase_Postamble'"/>
          </sequence>
        </testcase>