VirtualBox

Changeset 61224 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
May 27, 2016 3:21:28 AM (9 years ago)
Author:
vboxsync
Message:

testmanager/wuitestresult.py: Added new failure reason link and adjusted textarea size.

File:
1 edited

Legend:

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

    r61223 r61224  
    177177            else:               sValue = sValue.strip();
    178178
    179             cRows = sValue.count('\n') + (sValue[-1] != '\n');
     179            cRows = sValue.count('\n') + (not sValue.endswith('\n'));
    180180            if cRows * 80 < len(sValue):
    181181                cRows += 2;
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