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

Christophe Sovant
22.02.2013 1c09e5c049abfdb2938acebab3a3f283a7221116
CR-1721  Windows: Fixed snmp/basic testcase and added known issue on tasks/restart_db testcase
2 files modified
5 ■■■■■ changed files
opends/tests/staf-tests/functional-tests/testcases/snmp/basic/snmp_basic_tests.xml 2 ●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/tasks/restart_db.xml 3 ●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/snmp/basic/snmp_basic_tests.xml
@@ -1702,7 +1702,7 @@
              opendmkJarFile = '%s/%s/wrong_file' \
                               % (DIRECTORY_INSTANCE_DIR, OPENDSNAME)
              if is_windows_platform(DIRECTORY_INSTANCE_HOST):
                opendmkJarFile = opendmkJarFile.replace('/', '\\')
                opendmkJarFile = opendmkJarFile.replace('/', '\')
              msg1 = 'The specified OpenDMK jar file'
              msg2 = '\'%s\' could not be found.' % opendmkJarFile
opends/tests/staf-tests/functional-tests/testcases/tasks/restart_db.xml
@@ -169,7 +169,8 @@
                'dsBindPwd'   : DIRECTORY_INSTANCE_PSWD,
                'dsRestart'   : ' ',
                'dsStopTime'  : '20061212000000',
                'expectedRC'  : 89
                'expectedRC'  : 89,
                'knownIssue'  : 'OPENDJ-923'
                }
              </call>