Skip to content

Commit

Permalink
German language support in the runtime (test added)
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy committed Nov 9, 2009
1 parent 322b722 commit df948f1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Tests/RuntimeTests/ExecutionTestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down

0 comments on commit df948f1

Please sign in to comment.