Skip to content

Commit

Permalink
dxf.test: extend to preR13 roundtrip checks
Browse files Browse the repository at this point in the history
  • Loading branch information
rurban committed Dec 31, 2023
1 parent 528b0e6 commit cd419cb
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions programs/dxf.test.in
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ do
check_insert_order
done

# r14 fails on MINSERT
for year in 2000 2004 2007 2010 2013 2018 r13 # r14
# r13 fails on ODA ACAD13 version
for year in 2000 2004 2007 2010 2013 2018 r14 r13
do
base=example
dwg="$DATADIR/${base}_${year}.dwg"
Expand All @@ -266,17 +266,17 @@ do
rm "./$log" 2>/dev/null
check_roundtrip
done
#for d in r11/ACEB10 r11/entities-2d r10/entities r9/entities r2.10/entities \
# r2.6/entities r1.4/entities
#do
# base="$(basename $d)"
# year="$(dirname $d)"
# dwg="$DATADIR/$d.dwg"
# tgt="../${base}_${year}"
# log="$tgt.dxf.log"
# rm "./$log" 2>/dev/null
# check_roundtrip
#done
for d in r11/ACEB10 r11/entities-2d r10/entities r9/entities r2.10/entities \
r2.6/entities # r1.4/entities
do
base="$(basename $d)"
year="$(dirname $d)"
dwg="$DATADIR/$d.dwg"
tgt="../${base}_${year}"
log="$tgt.dxf.log"
rm "./$log" 2>/dev/null
check_roundtrip
done

if test "0" = "$i" ; then
rm ./*.dxf.log 2>/dev/null
Expand Down

0 comments on commit cd419cb

Please sign in to comment.