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

Christophe Sovant
14.53.2009 a1099754027b70109727230b3c8b501ed19de3fb
Undoing change committed in revision 5351
3 files modified
14 ■■■■ changed files
opends/tests/staf-tests/functional-tests/testcases/security/account_activation/security_account_expiration.xml 2 ●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/snmp/snmp_status.xml 6 ●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/tasks/backup_db.xml 6 ●●●● patch | view | raw | blame | history
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 and expirationTime.startswith('86'):
            if len(expirationTime) == 9 &amp; 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           3943
            #@TestIssue           none
            #@TestPurpose         Check error message and status when
                                  the opendmk-jarfile property is set to a
                                  wrong value.
@@ -414,10 +414,6 @@
                }
              </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,14 +506,10 @@
              '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>