|
||||||||
|
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 |
||||||||
- [jbehave-dev] [jira] (JBEHAVE-879) Multiple step... Christian Karlsson (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-879) Multiple... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-879) Multiple... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-879) Multiple... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-879) Multiple... Joachim Nilsson (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-879) Multiple... Joachim Nilsson (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-879) Multiple... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-879) Multiple... Christian Karlsson (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-879) Multiple... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-879) Update d... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-879) Update d... Mauro Talevi (JIRA)

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.