Skip to content
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
inc-meta/tests/manual/ukf-meta-226/
inc-meta/tests/manual/ukf-meta-226/

Latest commit

This check ensures that entities asserting the entity category
have a RegistrationPolicy element. Other checks ensure that this
entity is an SP, and that the value in the RegistrationPolicy
element is valid.

The check is integrated as part of uk_registeredEntities

See ukf/ukf-meta#226 for details
6efc0a4

Git stats

Files

Permalink
Failed to load latest commit information.

Tests for UK-specific check for R and S

If the entity asserts R&S, it must have a RegistrationPolicy

Other checks ensure that the RegistrationPolicy is valid

Run tests like this:

for i in *.xml; do echo "Test: $i ==="; xsltproc ../../../mdx/uk/check_uk_rands.xsl $i; done