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

al_xipe
14.39.2007 33023746d7953310fc1640f254d9e4d7017702d9
fix for xml log parser
1 files modified
1 ■■■■ changed files
opends/tests/functional-tests/shared/functions/utils.xml 1 ●●●● patch | view | raw | blame | history
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):