OK, I could not wait
I believe I have found it but I am not completely sure of how to solve it, my guess is that we need a bit of refactoring.
Take a look at:
public MarkUnmatchedStepsAsPending(StepFinder stepFinder) { this(stepFinder, new LocalizedKeywords()); }
It creates a non localized keywords instance. When used in:
if ( !(keywords.isAndStep(stepAsString) || keywords.isIgnorableStep(stepAsString)) ){ previousNonAndStep = stepAsString; }
The variable previousNonAndStep will get wrong value. Only noticeable when having localized stories with more than one And per type.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to