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 "currency: one currency" <<EOF
|
||||
; /* no hierarchy */
|
||||
!-x
|
||||
GBP USD 0.615219
|
||||
EOF
|
||||
@@ -15,7 +14,6 @@ EOF
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
tst "currency: two currencies" <<EOF
|
||||
; /* no hierarchy */
|
||||
!-x
|
||||
EUR USD 1.3214 GBP 1.62542
|
||||
GBP USD 0.615219
|
||||
@@ -27,7 +25,6 @@ EOF
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
tst_fail "currency: duplicate currency" <<EOF
|
||||
; /* no hierarchy */
|
||||
!-x
|
||||
GBP USD 0.615219
|
||||
GBP USD 0.615219
|
||||
@@ -40,7 +37,6 @@ EOF
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
tst_fail "currency: duplicate exchange rate" <<EOF
|
||||
; /* no hierarchy */
|
||||
!-x
|
||||
EUR USD 1.3214 USD 1.3214
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user