fixed TestExamples

This commit is contained in:
hneemann 2017-09-12 20:38:34 +02:00
parent ef4c1e64f6
commit f80fde69f5

View File

@ -40,8 +40,8 @@ public class TestExamples extends TestCase {
*/ */
public void testTestExamples() throws Exception { public void testTestExamples() throws Exception {
File examples = new File(Resources.getRoot(), "/dig/test"); File examples = new File(Resources.getRoot(), "/dig/test");
assertEquals(101, new FileScanner(this::check).scan(examples)); assertEquals(102, new FileScanner(this::check).scan(examples));
assertEquals(93, testCasesInFiles); assertEquals(94, testCasesInFiles);
} }