Skip to content

Commit

Permalink
test: add Time11 in regression suite
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus committed Mar 12, 2018
1 parent e54d066 commit 71e87c1
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,16 @@ public void test_Lang53() throws Exception {
assertEquals(1, result.getPatches().size());
}


@Test(timeout = TIMEOUT)
@Ignore
public void test_Time11() throws Exception {
if (!testShouldBeRun()) { return; }
NopolContext nopolContext = nopolConfigFor("Time11");
NopolResult result = new NoPol(nopolContext).build();
assertEquals(1, result.getPatches().size());
}

@Test(timeout = TIMEOUT)
public void test_Lang58() throws Exception {
if (!testShouldBeRun()) { return; }
Expand Down

0 comments on commit 71e87c1

Please sign in to comment.