fixed distribution examples test

This commit is contained in:
hneemann 2016-12-21 22:10:38 +01:00
parent 73f27b0362
commit f05f8b492e

View File

@ -28,7 +28,7 @@ public class TestExamples extends TestCase {
*/
public void testDistExamples() throws Exception {
File examples = new File(Resources.getRoot().getParentFile().getParentFile(), "/main/dig");
assertEquals(91, new FileScanner(this::check).scan(examples));
assertEquals(92, new FileScanner(this::check).scan(examples));
assertEquals(43, testCasesInFiles);
}