Skip to content

Commit

Permalink
[Tests] Adjusted references for 7.0.7 RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Aug 7, 2023
1 parent 973522d commit a5ef3c1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified tests/reference/stable_nightly/light_control-diff_pcb.pdf
Binary file not shown.
Binary file modified tests/reference/stable_nightly/light_control-only_new.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions tests/utils/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
KICAD_VERSION_6_0_0 = 6000000
KICAD_VERSION_7_0_0 = 7000000
KICAD_VERSION_7_0_3 = 7000003
KICAD_VERSION_7_0_5 = 7000005
KICAD_VERSION_7_0_7 = 7000007
KICAD_VERSION_8_0_0 = 7099000
MODE_SCH = 1
MODE_PCB = 0
Expand All @@ -53,7 +53,7 @@
BOARDS_DIR = '../board_samples/kicad_'+str(kicad_major+(0 if kicad_minor < 99 else 1))
if kicad_version >= KICAD_VERSION_8_0_0:
REF_DIR = 'tests/reference/8_0_0'
elif kicad_version >= KICAD_VERSION_7_0_5 and 'unknown' in build_version:
elif kicad_version >= KICAD_VERSION_7_0_7 and 'rc' in build_version:
REF_DIR = 'tests/reference/stable_nightly'
elif kicad_version >= KICAD_VERSION_7_0_3:
REF_DIR = 'tests/reference/7_0_3'
Expand Down

0 comments on commit a5ef3c1

Please sign in to comment.