Searched refs:ChangeLogEntry (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/ValidationKit/testmanager/core/ |
H A D | testbox.py | 37 ChangeLogEntry, AttributeChangeEntry; namespace 347 Returns an array of ChangeLogEntry instance and an indicator whether 384 aoEntries.append(ChangeLogEntry(oNew.uidAuthor, sAuthor, oNew.tsEffective, oNew.tsExpire, oNew, oOld, aoChanges)); 389 aoEntries.append(ChangeLogEntry(oNew.uidAuthor, aoRows[-1][1], oNew.tsEffective, oNew.tsExpire, oNew, None, []));
|
H A D | testcase.py | 40 ChangeLogEntry, AttributeChangeEntry; namespace 983 Returns an array of ChangeLogEntry instance and an indicator whether 1108 aoEntries.append(ChangeLogEntry(uidAuthor, None, tsEffective, tsExpire, oNew, oOld, aoChanges)); 1113 aoEntries.append(ChangeLogEntry(oNew.uidAuthor, None,
|
H A D | base.py | 1115 class ChangeLogEntry(object): # pylint: disable=R0903 class in inherits:object
|
Completed in 91 milliseconds