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

I tried this:

{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 ausführung ") String execution, 
            @Named("info") String paymentInformation) {
        // TODO
    }
{code}

JBehave does not like the parameter names "wÃ
ƒÂ ¤hrung" and " ausführung ausführung " 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