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

al_xipe
14.39.2007 36958f65f708c83298aa78a75b3ff73b22caf5ea
fix for xml log parser
1 files modified
1 ■■■■ changed files
opendj-sdk/opends/tests/functional-tests/shared/functions/utils.xml 1 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/functional-tests/shared/functions/utils.xml
@@ -561,6 +561,7 @@
          def appendLog(self, log):
            log=log.replace('<','')
            log=log.replace('>','')
            log=log.replace('&','&')
            self.log +='          %s\n' % log
            
          def getName(self):