mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-26 06:22:48 -04:00
removed console output
This commit is contained in:
parent
ae2ef5994a
commit
f38f39c6c0
@ -17,7 +17,7 @@ import java.util.HashMap;
|
||||
import java.util.HashSet;
|
||||
|
||||
/**
|
||||
* Tests the files in the 74xx/lib folder for consistency.
|
||||
* Tests the files in the lib folder for consistency.
|
||||
* Created by hneemann on 13.05.17.
|
||||
*/
|
||||
public class TestLib extends TestCase {
|
||||
@ -35,8 +35,6 @@ public class TestLib extends TestCase {
|
||||
Circuit circuit = new ToBreakRunner(dig).getCircuit();
|
||||
boolean is74xx = dig.getPath().contains("74xx");
|
||||
|
||||
System.out.println(dig);
|
||||
|
||||
if (is74xx) {
|
||||
assertTrue("is not DIL", circuit.getAttributes().get(Keys.IS_DIL));
|
||||
count74xx++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user