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

gary_williams
19.26.2008 ee76356c31ef954ae0542242985b1f863a45337b
Fix location of SNMP Jar in id test report
1 files modified
2 ■■■ changed files
opends/tests/staf-tests/shared/tests/runTestJob.xml 2 ●●● patch | view | raw | blame | history
opends/tests/staf-tests/shared/tests/runTestJob.xml
@@ -156,7 +156,7 @@
        ServerSystemName='unknown'
        ServerSvnRevision='unknown'
        ServerPackage='%s/%s' % (ZIPPATH,ZIPNAME)
        ServerSNMPJarFile='%s/%s' % (SNMP_OPENDMK_LIBDIR,SNMP_OPENDMK_JARFILE)
        ServerSNMPJarFile='%s' % SNMP_OPENDMK_JARFILE
        
        if ServersInfoDict.has_key('%s/%s' % (DIRECTORY_INSTANCE_DIR,OPENDSNAME)):       
          ServerInfoDict=ServersInfoDict['%s/%s' % (DIRECTORY_INSTANCE_DIR,OPENDSNAME)]