Change By: Otto Diesel (06/Nov/13 10:16 AM)
Description: As it seems JBehave does not support multilanguage for parameter names.

Unfortunately this Jira is not configured for umlauts, so I  tried  cannot paste the text into  this :  ticket. See the first attached screenshot please for how the step looks like with umlauts.

{code}
    @When("ich $betrag $währung von Konto $lastkonto zu $gutschriftskonto $ausführung Ã¼bertrage mit Zahlungsinfo $info")
    public void transfer(@Named("betrag") String amount, 
            @Named("währung") String currency, 
            @Named("lastkonto") String debitAccount, 
            @Named("gutschriftskonto") String creditAccount, 
            @Named("ausführung") String execution, 
            @Named("info") String paymentInformation) {
        // TODO
    }
{code}

JBehave does not like the parameter names  "währung" and "ausführung"  containing umlauts  since they contain non-ASCII characters.

This applies both to the Eclipse plugin and the core execution.

Please see the attached screenshots which illustrate the problem.

Can you please fix that so that umlauts are supported in JBehave parameter names?
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