Changeset 66207 in vbox for trunk/src/VBox/ValidationKit/testmanager/webui
- Timestamp:
- Mar 22, 2017 4:43:42 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 114124
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/webui/wuicontentbase.py
r65984 r66207 189 189 """ 190 190 def __init__(self, sUrl, sName = None, fBracketed = True): 191 assert notsUrl;191 assert sUrl; 192 192 if sName is None: 193 193 sName = 'Build log';
Note:
See TracChangeset
for help on using the changeset viewer.