Issue Type: Bug Bug
Affects Versions: 3.7.5
Assignee: Unassigned
Components: Core
Created: 25/Jan/13 9:13 AM
Description:

I’m having a problem where I get steps marked as pending when they use the “And” keyword. Just as in http://jira.codehaus.org/browse/JBEHAVE-281.
What puzzles me is that I use 3.7.5 of JBehave core
I'm using a localized project.
More complete reproduction setup
Story:
Sammanhang: Samlade regressionstester för administrationen av ansökningar av lärarlegitimation

Scenario: Reproduce and keyword problem
Givet att vi finns
Och att inget återstår
Och att det har startat

Java code:
@Given("att vi finns")
public void exist() {

}

@Given("att inget återstår")
public void nothing() {

}

@Given("att det har startat")
public void started() {

}

Console output:
Running story lararleg/reproduce.story

(lararleg/reproduce.story)
Scenario: Reproduce and keyword problem
Givet att vi finns
Och att inget återstår
Och att det har startat (VÄNTANDE)
@And("att det har startat")
@Pending
public void andAttDetHarStartat() { // VÄNTANDE }

Environment: windows8
Project: JBehave
Priority: Minor Minor
Reporter: Christian Karlsson
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