VirtualBox

Changeset 61360 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 1, 2016 7:51:59 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107656
Message:

ValidationKit: Follow up to previous fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/reporter.py

    r61357 r61360  
    170170        return True;
    171171
    172     def addLogString(self, sLog, sLogName, sAltName, sDescription, sKind, sCaller, sTsPrf):
     172    def addLogString(self, sLog, sLogName, sDescription, sKind, sCaller, sTsPrf):
    173173        """
    174174        Adds the file to the report.
    175175        Returns True on success, False on failure.
    176176        """
    177         _ = sLog; _ = sLogName; _ = sAltName; _ = sDescription; _ = sKind; _ = sCaller; _ = sTsPrf;
     177        _ = sLog; _ = sLogName; _ = sDescription; _ = sKind; _ = sCaller; _ = sTsPrf;
    178178        return True;
    179179
     
    473473        return fRc;
    474474
    475     def addLogString(self, sLog, sLogName, sAltName, sDescription, sKind, sCaller, sTsPrf):
     475    def addLogString(self, sLog, sLogName, sDescription, sKind, sCaller, sTsPrf):
    476476        # Figure the destination filename.
    477477        iOtherFile = self.iOtherFile;
     
    500500                % (utils.getIsoTimestamp(), self._xmlEscAttr(os.path.basename(sDstFilename)), self._xmlEscAttr(sLogName), \
    501501                   self._xmlEscAttr(sKind), fRc, self._xmlEscAttr(sDescription))] );
    502         _ = sAltName;
    503502        return fRc;
    504503
Note: See TracChangeset for help on using the changeset viewer.

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