commit 20d62e8ecba2265e7b596917b5d41fd3cd8fa630
Author:     Mauro Talevi <mauro.tal...@aquilonia.org>
AuthorDate: Sun, 1 Jun 2014 10:02:42 +0200
Commit:     Mauro Talevi <mauro.tal...@aquilonia.org>
CommitDate: Sun, 1 Jun 2014 10:03:23 +0200

    JBEHAVE-1014: Fixed DE locale keywords in test.

diff --git 
a/jbehave-core/src/test/java/org/jbehave/core/parsers/RegexStoryParserBehaviour.java
 
b/jbehave-core/src/test/java/org/jbehave/core/parsers/RegexStoryParserBehaviour.java
index 86399ca..d4f434e 100755
--- 
a/jbehave-core/src/test/java/org/jbehave/core/parsers/RegexStoryParserBehaviour.java
+++ 
b/jbehave-core/src/test/java/org/jbehave/core/parsers/RegexStoryParserBehaviour.java
@@ -326,11 +326,11 @@ public class RegexStoryParserBehaviour {
     public void 
shouldParseStoryWithLifecycleAfterUponOutcomeInNonEnglishLocale() {             
        String wholeStory = "Lebenszyklus: " + NL +
                 "Nach:" + NL + NL +
-                "Ergebnis: IRGENDWELCHE " + NL +
+                "Ergebnis: JEDES " + NL +
                 "Gegeben im Lager sind 200 T-Shirts" + NL + 
                 "Ergebnis: ERFOLG " + NL +
                 "Gegeben im Lager sind 300 T-Shirts" + NL + 
-                "Ergebnis: AUSFALL " + NL +
+                "Ergebnis: FEHLER " + NL +
                 "Gegeben im Lager sind 400 T-Shirts" + NL + 
                 "Szenario:"+ NL +        
                 "Wenn ein Kunde 20 T-Shirts bestellt";



Reply via email to