VirtualBox

Changeset 61238 in vbox


Ignore:
Timestamp:
May 27, 2016 11:09:08 AM (9 years ago)
Author:
vboxsync
Message:

oops.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/webui/wuitestresult.py

    r61223 r61238  
    821821            sReasonTitle += 'By User: \t%s\n' % ( oEntry.oFailureReasonAssigner.sUsername, );
    822822            if oEntry.sFailureReasonComment is not None and len(oEntry.sFailureReasonComment) > 0:
    823                 sReasonTitle += 'Comment: \t%s\n' % ( self.formatTsShort(oEntry.sFailureReasonComment), );
     823                sReasonTitle += 'Comment: \t%s\n' % ( oEntry.sFailureReasonComment, );
    824824            if oEntry.oFailureReason.iTicket is not None and oEntry.oFailureReason.iTicket > 0:
    825825                sReasonTitle += 'xTracker:\t#%s\n' % ( oEntry.oFailureReason.iTicket, );
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