Skip to content

Commit

Permalink
Omit one test from the standard set in order to exclude the now-beefe…
Browse files Browse the repository at this point in the history
…d-up OrganizationURL test. This has to be fixed up manually after import, and will usually be invalid before that.
  • Loading branch information
iay committed May 8, 2013
1 parent 88b9408 commit deb26bc
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion mdx/uk/verbs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,33 @@

<!-- check the transformed input -->
<ref bean="checkSchemas"/>
<ref bean="CHECK_std"/>

<!--
Standard checks (i.e., CHECK_std), with some exclusions.
check_saml2meta is excluded so that the "FILL IN" boilerplate on
OrganizationURL is not flagged.
-->
<ref bean="check_adfs"/>
<ref bean="check_algsupport"/>
<ref bean="check_bindings"/>
<ref bean="check_hoksso"/>
<ref bean="check_idpdisc"/>
<ref bean="check_incmd"/>
<ref bean="check_init"/>
<ref bean="check_mdiop"/>
<ref bean="check_mdrpi"/>
<ref bean="check_mdui"/>
<ref bean="check_misc"/>
<ref bean="check_namespaces"/>
<ref bean="check_reqattr"/>
<ref bean="check_saml1"/>
<ref bean="check_saml2"/>
<ref bean="check_saml2int"/>
<!-- <ref bean="check_saml2meta"/> -->
<ref bean="check_shibboleth"/>
<ref bean="check_uk_trust"/>

<ref bean="check_future"/>
<ref bean="check_imported"/>
<ref bean="check_vhosts"/>
Expand Down

0 comments on commit deb26bc

Please sign in to comment.