VirtualBox

Changeset 58908 in vbox


Ignore:
Timestamp:
Nov 29, 2015 6:06:19 PM (9 years ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.

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