437
437
'Events were generated: %s.' % event_list)
440
448
def assertNoNewOops(self, old_oops):
441
449
"""Assert that no oops has been recorded since old_oops."""
442
450
oops = errorlog.globalErrorUtility.getLastOopsReport()
444
452
self.assertIs(None, oops)
448
457
def assertSqlAttributeEqualsDate(self, sql_object, attribute_name, date):
449
458
"""Fail unless the value of the attribute is equal to the date.