Testing of fetched values from real DWG files #1081
michal-josef-spacek
started this conversation in
General
Replies: 2 comments
-
@rurban ^^^? |
Beta Was this translation helpful? Give feedback.
0 replies
-
We do have the DXF unit tests which checks the DXF values against the dwg values. This covers the versions and the different DXF methods. But the checks aren't strict. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Do we have a way how to test the precise value of something from a real DWG file?
e.g.
We have R14, R2000, and R2014 DWG files in test examples. Each one has a different way of fetching layer.off value.
I think that it is important to test the algorithm. Something like cover testing of
dwg.spec
file.Any idea how to do it?
Beta Was this translation helpful? Give feedback.
All reactions