Changeset 61510 in vbox
- Timestamp:
- Jun 6, 2016 10:51:57 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/core/testbox.py
r61502 r61510 1060 1060 oTestBox.fEnabled = False; 1061 1061 if sComment is not None: 1062 _ = sComment; #oTestBox.sComment = sComment;1062 oTestBox.sComment = sComment; 1063 1063 self.editEntry(oTestBox, uidAuthor = uidAuthor, fCommit = fCommit); 1064 1064 return None;
Note:
See TracChangeset
for help on using the changeset viewer.