Skip to content

Commit

Permalink
Promote ArtifactResolutionService bindings test to production.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Mar 21, 2012
1 parent 1d56e0c commit 065818c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 14 additions & 0 deletions mdx/check_bindings.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,20 @@
-->
<xsl:import href="../build/check_framework.xsl"/>

<xsl:template match="md:ArtifactResolutionService
[@Binding != 'urn:oasis:names:tc:SAML:1.0:bindings:SOAP-binding']
[@Binding != 'urn:oasis:names:tc:SAML:2.0:bindings:SOAP']
">
<xsl:call-template name="error">
<xsl:with-param name="m">
<xsl:text>invalid binding '</xsl:text>
<xsl:value-of select="@Binding"/>
<xsl:text>' on </xsl:text>
<xsl:value-of select="name()"/>
</xsl:with-param>
</xsl:call-template>
</xsl:template>

<xsl:template match="md:AttributeService
[@Binding != 'urn:oasis:names:tc:SAML:1.0:bindings:SOAP-binding']
[@Binding != 'urn:oasis:names:tc:SAML:2.0:bindings:SOAP']
Expand Down
14 changes: 0 additions & 14 deletions mdx/check_future_4.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,4 @@
-->
<xsl:import href="../build/check_framework.xsl"/>

<xsl:template match="md:ArtifactResolutionService
[@Binding != 'urn:oasis:names:tc:SAML:1.0:bindings:SOAP-binding']
[@Binding != 'urn:oasis:names:tc:SAML:2.0:bindings:SOAP']
">
<xsl:call-template name="error">
<xsl:with-param name="m">
<xsl:text>invalid binding '</xsl:text>
<xsl:value-of select="@Binding"/>
<xsl:text>' on </xsl:text>
<xsl:value-of select="name()"/>
</xsl:with-param>
</xsl:call-template>
</xsl:template>

</xsl:stylesheet>

0 comments on commit 065818c

Please sign in to comment.