Skip to content

Commit

Permalink
use test 5d in StaticValidationTests, too
Browse files Browse the repository at this point in the history
  • Loading branch information
fhars committed Oct 12, 2013
1 parent 43f3ba5 commit c3b8eae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ggp-base/src/org/ggp/base/test/StaticValidationTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ public void test5BValidation() throws Exception {
public void test5CValidation() throws Exception {
validate("test_case_5c");
}
@Test
public void test5DValidation() throws Exception {
validate("test_case_5d");
}
@Test(expected=ValidatorException.class)
public void testCleanNotDistinctValidation() throws Exception {
validate("test_clean_not_distinct");
Expand Down

0 comments on commit c3b8eae

Please sign in to comment.