validate_failures.py (ExpirationDate): Tidy comment.
* testsuite-management/validate_failures.py (ExpirationDate): Tidy comment. From-SVN: r190354
This commit is contained in:
parent
6baa72251b
commit
a327112f68
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue