diff --git a/tests/reference/6_0_8/batteryPack-top_connector.svg b/tests/reference/6_0_8/batteryPack-top_connector.svg index c2186ab0..b27e35b6 100644 --- a/tests/reference/6_0_8/batteryPack-top_connector.svg +++ b/tests/reference/6_0_8/batteryPack-top_connector.svg @@ -1,283 +1,265 @@ - + Picture generated by PcbDraw Picture generated by PcbDraw - + - + - + - + - + - - - + + + - + - + - + - + - + - + - + - - - + + + - + - + - - - - - - - - - - - - - - - - - - + + + + + + + + + - + - + - + - + - - - + + + - + - + - + - + - - - + + + - + - + - + - + - + - + - - - + + + - + - + - + - + -MINUS +MINUS MINUS - - - - - + + + + + - -github.com/RoboticsBrno/ + +github.com/RoboticsBrno/ github.com/RoboticsBrno/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -RB0002-BatteryPack + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +RB0002-BatteryPack RB0002-BatteryPack - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - -MID + +MID MID - - - + + + -PLUS +PLUS PLUS - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - + + + + + + + + - \ No newline at end of file + \ No newline at end of file diff --git a/tests/test_plot/fake_pcbnew/pcbnew.py b/tests/test_plot/fake_pcbnew/pcbnew.py index 6df81030..0e26789b 100644 --- a/tests/test_plot/fake_pcbnew/pcbnew.py +++ b/tests/test_plot/fake_pcbnew/pcbnew.py @@ -1,2 +1,6 @@ def GetKicadConfigPath(): return 'bogus' + + +IU_PER_MM = 1 +IU_PER_MILS = 1 diff --git a/tests/test_plot/test_drill.py b/tests/test_plot/test_drill.py index f058b0c1..6b9b37f0 100644 --- a/tests/test_plot/test_drill.py +++ b/tests/test_plot/test_drill.py @@ -110,6 +110,7 @@ def test_drill_sub_pcb_bp(test_dir): ctx.run() # Check all outputs are there fname = prj+'-drill_connector.drl' - ctx.search_in_file_d(fname, ['X29.75Y-28.09', 'T3C3.200']) + # ctx.search_in_file_d(fname, ['X29.75Y-28.09', 'T3C3.200']) KiKit + ctx.search_in_file_d(fname, ['X120.0Y-73.0', 'T3C3.200']) # Currently us ctx.search_not_in_file_d(fname, ['X189.0Y-59.0', 'T1C0.400']) ctx.clean_up(keep_project=True)