Fixed two tests using the "PrPCB" directory.

Cut & Paste error.
This commit is contained in:
Salvador E. Tropea 2020-08-01 13:27:56 -03:00
parent 22b624037c
commit 77c5131a2f
1 changed files with 2 additions and 2 deletions

View File

@ -451,14 +451,14 @@ def test_error_wrong_drill_marks():
def test_error_print_pcb_no_layer():
prj = 'bom'
ctx = context.TestContext('PrPCB', prj, 'error_print_pcb_no_layer', '')
ctx = context.TestContext('test_error_print_pcb_no_layer', prj, 'error_print_pcb_no_layer', '')
ctx.run(EXIT_BAD_CONFIG)
assert ctx.search_err("Missing .?layers.? list")
ctx.clean_up()
def test_error_color():
ctx = context.TestContext('PrPCB', 'bom', 'error_color', '')
ctx = context.TestContext('test_error_color', 'bom', 'error_color', '')
ctx.run(EXIT_BAD_CONFIG)
assert ctx.search_err("Invalid color for .?board.?")
ctx.clean_up()