diff --git a/Tests/RuntimeTests/ExecutionTestBase.cs b/Tests/RuntimeTests/ExecutionTestBase.cs index 817cab5e6..ed50254a3 100644 --- a/Tests/RuntimeTests/ExecutionTestBase.cs +++ b/Tests/RuntimeTests/ExecutionTestBase.cs @@ -29,6 +29,13 @@ public void CanExecuteSimpleFeature() CanGenerateFromFile(Path.Combine(folder, "simple.feature")); } + [Test] + public void CanExecuteGermanFeature() + { + var folder = Path.GetFullPath(Path.Combine(TestFileHelper.GetProjectLocation(), "TestFiles")); + CanGenerateFromFile(Path.Combine(folder, "german.feature")); + } + [Test] public void CanExecuteCommentsFeature() {