VirtualBox

忽略:
時間撮記:
2015-11-29 下午06:06:19 (9 年 以前)
作者:
vboxsync
訊息:

ValidationKit/testdriver/reporter.py: Fix Garbled XML output (the given line was written one character per line)

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/ValidationKit/testdriver/reporter.py

    r56721 r58908  
    476476            oFileWrapper.oSubXmlFile = None;
    477477        else:
    478             self._xmlWrite('<Include timestamp="%s" filename="%s"/>\n'
    479                     % (utils.getIsoTimestamp(), self._xmlEscAttr(os.path.basename(sSubXmlName))));
     478            self._xmlWrite(['<Include timestamp="%s" filename="%s"/>\n'
     479                    % (utils.getIsoTimestamp(), self._xmlEscAttr(os.path.basename(sSubXmlName)))]);
    480480        return None;
    481481
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette