Open
Description
From gabriel....@gmail.com on May 29, 2012 03:01:57
Supplied is a patch to change the ExpectedToFail annotation to require an end date and a reason.
Example:
@ExpectedToFail(until_yyyyMMdd = "20120530", reasonForFail = "waiting for implementation: PostcodesPublishedListener checking if we are in service window")
We find it would be good to set a date at which the test is no longer expected to fail, otherwise we run the risk of simply forgetting about the test. This can happen when the implementation is done, but the test still fails at some verification (perhaps it's a small error in the test).
Attached patch is for concordion 1.4.2.
Attachment: ExpectedToFail.patch
Original issue: http://code.google.com/p/concordion/issues/detail?id=44