From f1411898c92f757a2c847c4013d650d9a4fe2dfa Mon Sep 17 00:00:00 2001 From: Ian Young Date: Fri, 5 Aug 2011 09:35:11 +0000 Subject: [PATCH] Add check for duplicated entityIDs and duplicated IdP display names to publishability check for aggregates. This code was moved from check_misc where it was never being invoked as that was not run at the aggregate level. Add publishability check to the uk collect flow, and add the corresponding fixup step so that this will be viable. --- build.xml | 24 -------------- build/check_aggregate.xsl | 66 +++++++++++++++++++++++++++++++++++++++ build/check_misc.xsl | 51 ------------------------------ mdx/uk/collect.xml | 3 ++ mdx/validation-beans.xml | 19 +++++++++++ 5 files changed, 88 insertions(+), 75 deletions(-) create mode 100644 build/check_aggregate.xsl diff --git a/build.xml b/build.xml index 2290c4b9..031bc98c 100644 --- a/build.xml +++ b/build.xml @@ -342,30 +342,6 @@ - - - - - - - - - - - diff --git a/build/check_aggregate.xsl b/build/check_aggregate.xsl new file mode 100644 index 00000000..19262e65 --- /dev/null +++ b/build/check_aggregate.xsl @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + duplicate entityID: + + + + + + + + + + + + duplicate OrganisationDisplayName: + + + + + + diff --git a/build/check_misc.xsl b/build/check_misc.xsl index b0a22df2..2a3b58e7 100644 --- a/build/check_misc.xsl +++ b/build/check_misc.xsl @@ -11,16 +11,8 @@ --> - - - - - - - - - - - - duplicate entityID: - - - - - - - - - - - - duplicate OrganisationDisplayName: - - - - - - - - - diff --git a/mdx/uk/collect.xml b/mdx/uk/collect.xml index 23bd7e5a..550c3a7d 100644 --- a/mdx/uk/collect.xml +++ b/mdx/uk/collect.xml @@ -36,9 +36,12 @@ + + + diff --git a/mdx/validation-beans.xml b/mdx/validation-beans.xml index 0571e82b..e02ad152 100644 --- a/mdx/validation-beans.xml +++ b/mdx/validation-beans.xml @@ -22,6 +22,19 @@ + + + + + + + + + + @@ -289,12 +302,18 @@ +