mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-28 23:45:17 -04:00
fixed TestExamples
This commit is contained in:
parent
ef4c1e64f6
commit
f80fde69f5
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user