w3c / vc-data-model-2.0-test-suite

W3C Verifiable Credentials v2.0 test suite
https://w3c.github.io/vc-data-model-2.0-test-suite/
Other
11 stars 15 forks source link

Breakup long `type` tests. #93

Closed BigBlueHat closed 3 months ago

BigBlueHat commented 3 months ago
PatStLouis commented 3 months ago

At this point why not just use advanced concepts to test this, AFAIK these are already covered: https://github.com/w3c/vc-data-model-2.0-test-suite/blob/b2bd2dbdad5d810cb7a85c863fdff080381667db/tests/10-vcdm2.js#L969

what's the difference between termsOfUse objects MUST have a type specified. and Each termsOfUse value MUST specify its type

BigBlueHat commented 3 months ago

At this point why not just use advanced concepts to test this, AFAIK these are already covered:

https://github.com/w3c/vc-data-model-2.0-test-suite/blob/b2bd2dbdad5d810cb7a85c863fdff080381667db/tests/10-vcdm2.js#L969

what's the difference between termsOfUse objects MUST have a type specified. and Each termsOfUse value MUST specify its type

There's no difference test-wise, just spec text-wise. I'll make the "Advanced Concepts" ones as skipped and note they are covered earlier.

BigBlueHat commented 3 months ago

Actually...the tests are there and work, so I'm going to leave them alone. We can revisit if need be.