added an example

This commit is contained in:
hneemann 2017-05-26 17:57:21 +02:00
parent ca30aa154e
commit 44bca8c0bc

View File

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