adds 74190 to the IC library, closes #540

This commit is contained in:
hneemann 2020-10-27 17:33:17 +01:00
parent 9ff585c878
commit d9de063658
3 changed files with 1812 additions and 2 deletions

View File

@ -13,6 +13,7 @@ HEAD, planned as v0.26
click on the start button again. click on the start button again.
- If IEEE shapes are selected in the settings, also the CircuitBuilder - If IEEE shapes are selected in the settings, also the CircuitBuilder
uses wide shapes in the created circuits. uses wide shapes in the created circuits.
- Added IC 74190 to the Library.
v0.25, released on 10. Aug. 2020 v0.25, released on 10. Aug. 2020
- Color schemes have been added to support color-blind users. - Color schemes have been added to support color-blind users.

File diff suppressed because it is too large Load Diff

View File

@ -33,8 +33,8 @@ 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(301, new FileScanner(this::check).scan(examples)); assertEquals(302, new FileScanner(this::check).scan(examples));
assertEquals(196, testCasesInFiles); assertEquals(198, testCasesInFiles);
} }
/** /**