Change By: Mauro Talevi (26/Jan/13 4:50 AM)
Description: I’ I’ m having a problem where I get steps marked as pending when they use the  Ã¢  â €œAnd†‚¬Å“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├ ƒâ€˜terst├ à ‘ ƒâ€˜ r
Och att det har startat (
V├ V├ à ƒÂ ¤NTANDE)
@And("att det har startat")
@Pending
public void andAttDetHarStartat() {
  //
 V├  V├ à ƒÂ ¤NTANDE
}
Fix Version/s: 3.7.6
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