Commit a327112f by Diego Novillo Committed by Diego Novillo

validate_failures.py (ExpirationDate): Tidy comment.

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

From-SVN: r190354
parent 6baa7225
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
comment.
......
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment