mirror of
https://github.com/hneemann/Digital.git
synced 2025-10-01 00:40:07 -04:00
fixed distribution examples test
This commit is contained in:
parent
73f27b0362
commit
f05f8b492e
@ -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(91, new FileScanner(this::check).scan(examples));
|
assertEquals(92, new FileScanner(this::check).scan(examples));
|
||||||
assertEquals(43, testCasesInFiles);
|
assertEquals(43, testCasesInFiles);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user