validate_failures.py (ExpirationDate): Tidy comment.

* testsuite-management/validate_failures.py (ExpirationDate): Tidy
	comment.

From-SVN: r190354
This commit is contained in:
Diego Novillo 2012-08-13 15:36:03 -04:00 committed by Diego Novillo
parent 6baa72251b
commit a327112f68
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2012-08-13 Diego Novillo <dnovillo@google.com>
* testsuite-management/validate_failures.py (ExpirationDate): Tidy
comment.
2012-08-13 Diego Novillo <dnovillo@google.com>
* testsuite-management/validate_failures.py (ParseSummary): Fix

View file

@ -138,7 +138,7 @@ class TestResult(object):
def ExpirationDate(self):
# Return a datetime.date object with the expiration date for this
# test result expires. Return None, if no expiration # has been set.
# test result. Return None, if no expiration has been set.
if re.search(r'expire=', self.attrs):
expiration = re.search(r'expire=(\d\d\d\d)(\d\d)(\d\d)', self.attrs)
if not expiration: