Are these two test cases duplicates? #744
-
|
I'm wondering if this entry is just a duplicate or if it has some other meaning. purl-spec/tests/spec/specification-test.json Lines 4 to 21 in 9041aa7 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Hi @dungsil and thank you for spotting this. I've only given it a quick glance but it looks like I started a second test object by copying the first and then got sidetracked and ended up prematurely committing and pushing. I'll take a close look tomorrow and followup with you.. BTW, I don't think there is such a thing as an |
Beta Was this translation helpful? Give feedback.
-
|
@dungsil Looking at GitHub blame, if I'm reading it correctly it appears that these two tests -- identical but for the |
Beta Was this translation helpful? Give feedback.
@dungsil Looking at GitHub blame, if I'm reading it correctly it appears that these two tests -- identical but for the
expected_failure_reason-- were created four months ago by @pombredanne . In any event, they need some TLC -- I'll put together a PR that uses a different input for the second of them and create another"expected_failure": truetest. (We could use more of those throughout the tests.)