[web-annotation] Create reference set of correct/incorrect annotations for test development

azaroth42 has just created a new issue for 
https://github.com/w3c/web-annotation:

== Create reference set of correct/incorrect annotations for test 
development ==

In order to drive testing, we need examples of valid and invalid 
annotations.  Valid to ensure that the test framework correctly 
discovers all of the patterns that are okay and doesn't reject them, 
and invalid to ensure that the framework doesn't mistakenly assert 
that an annotation is okay when it isn't.

Tentative decision was to associate these with the specification, 
rather than maintaining them in the testing framework, in order to 
generate broader exposure to the resources for other systems to use.  
For example, an annotation client might wish to use the same content 
as unit tests for its own functionality.  Also it's easier to keep 
them up to date when they're with the specification rather than 
potentially skipped over when they're out of sight in the testing 
area.

Tentative decision was to use the current working drafts, not FPWDs, 
as the source of these examples to be as up to date as possible.

https://github.com/w3c/web-annotation/commit/4ba6e17d8de4d464e06ef7801508d88f711f6dae
 is first step towards this for model.

See https://github.com/w3c/web-annotation/issues/55

Received on Wednesday, 15 July 2015 17:26:23 UTC