mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2025-04-21 12:27:27 +03:00
b2/: insert a virtual empty hierarchy if test input starts with other file
Also updated the regression tests that explicitly provided an empty hierarchy.
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
###############################################################################
|
||||
|
||||
tst "provider: one provider" <<EOF
|
||||
; /* no hierarchy */
|
||||
!-p
|
||||
FOO USD 0 0
|
||||
EOF
|
||||
@@ -15,7 +14,6 @@ EOF
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
tst "provider: two providers" <<EOF
|
||||
; /* no hierarchy */
|
||||
!-p
|
||||
FOO USD 0 0
|
||||
BAR EUR 5 100 /* EUR 5 S&H, EUR 100 minimum order */
|
||||
@@ -27,7 +25,6 @@ EOF
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
tst_fail "provider: duplicate provider" <<EOF
|
||||
; /* no hierarchy */
|
||||
!-p
|
||||
FOO USD 0 0
|
||||
FOO USD 0 0
|
||||
|
||||
Reference in New Issue
Block a user