[Tests][KiCad 8] Added some tolerance to the sub pcb pcbdraw tests
This commit is contained in:
parent
a9b91262ad
commit
4f33c6b775
|
|
@ -190,5 +190,5 @@ def test_pcbdraw_sub_pcb_bp(test_dir):
|
|||
ctx.expect_out_file(fname_b+'battery.svg')
|
||||
ctx.expect_out_file(fname_b+'charger.svg')
|
||||
ctx.expect_out_file(fname_b+'connector.svg')
|
||||
ctx.compare_image(fname_b+'connector.svg', height='100%')
|
||||
ctx.compare_image(fname_b+'connector.svg', height='100%', tol=10)
|
||||
ctx.clean_up(keep_project=True)
|
||||
|
|
|
|||
Loading…
Reference in New Issue