Feature/#52 annotationapi tests
Compare changes
@@ -18,11 +18,11 @@ declare variable $ttt:kant-transcription := $ttt:kant-sample//tei:text[@type = "
@@ -527,7 +527,7 @@ declare
Gitlab Community Edition Instance
This MR provides…
annotation.xqm
and annotation-rest.xqm
, the latter holding only the REST interface definitions. Both reside now in their own collection, modules/AnnotationAPI
, which makes the app a bit more clear.commons.xqm
. This way, annotations.xqm
doesn't have to import tapi-html.xqm
which makes no sense (the HTML creation is logically independent from the annotations).test-runner.xq
which can be used for local unit testing now inherits from test-trigger.xqm
, thus reducing duplications (DRY!). Cf. #62 (closed)
repo.xml
has been shortened in order to avoid having version information on two places.Are we able to test this new feature?
build.properties
.Closes #52 (closed), #61 (closed), #62 (closed).