[Tests][Gerber] Adapted KiCad v7 test
- Now KiCad is fixed
This commit is contained in:
parent
d308e7e8f1
commit
acf136e992
|
|
@ -97,12 +97,7 @@ def test_gerber_2layer(test_dir):
|
|||
r"C,1.000000"])
|
||||
|
||||
# Expect a flash for the square pad
|
||||
if context.ki7():
|
||||
# Is this a bug?
|
||||
ctx.expect_gerber_flash_at(f_cu, 5, (139.99999, -100))
|
||||
else:
|
||||
ctx.expect_gerber_flash_at(f_cu, 5, (140, -100))
|
||||
|
||||
ctx.expect_gerber_flash_at(f_cu, 5, (140, -100))
|
||||
ctx.clean_up()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue