Searched refs:ChangeLogEntry (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dtestbox.py37 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 Dtestcase.py40 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 Dbase.py1115 class ChangeLogEntry(object): # pylint: disable=R0903 class in inherits:object

Completed in 51 milliseconds