Changeset 61471 in vbox for trunk/src/VBox/ValidationKit/testmanager/webui
- Timestamp:
- Jun 5, 2016 3:56:18 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/webui/wuilogviewer.py
r61456 r61471 135 135 oTsZulu = db.dbTimestampToZuluDatetime(aoTimestamps[iCurTs]); 136 136 return (oTsZulu.strftime('%H:%M:%S.%f'), oTsZulu.strftime('%H_%M_%S_%f')); 137 return '~~|~~|~~|~~~~~~'; # ASCII chars with high values. Limit hits.137 return ('~~|~~|~~|~~~~~~', '~~|~~|~~|~~~~~~'); # ASCII chars with high values. Limit hits. 138 138 139 139 def isCurLineAtOrAfterCurTs():
Note:
See TracChangeset
for help on using the changeset viewer.