Repository: syncope Updated Branches: refs/heads/1_2_X 070c0770d -> 4dc90d7d0 refs/heads/master b0e02f035 -> 64ed630c8
[SYNCOPE-638] More robust content for IT Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/4dc90d7d Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/4dc90d7d Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/4dc90d7d Branch: refs/heads/1_2_X Commit: 4dc90d7d06722ad5651293178a0eb8eb613be489 Parents: 070c077 Author: Francesco Chicchiriccò <[email protected]> Authored: Mon Feb 16 14:43:39 2015 +0100 Committer: Francesco Chicchiriccò <[email protected]> Committed: Mon Feb 16 14:43:39 2015 +0100 ---------------------------------------------------------------------- core/src/test/resources/content.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/4dc90d7d/core/src/test/resources/content.xml ---------------------------------------------------------------------- diff --git a/core/src/test/resources/content.xml b/core/src/test/resources/content.xml index d5c4c99..94e7ed2 100644 --- a/core/src/test/resources/content.xml +++ b/core/src/test/resources/content.xml @@ -407,10 +407,10 @@ under the License. <RDerAttrTemplate id="1003" owner_id="1" schema_name="rderToBePropagated"/> <RDerAttr id="1003" owner_id="1" template_id="1003"/> - <RVirAttrTemplate id="100" owner_id="4" schema_name="rvirtualdata"/> - <RVirAttr id="100" owner_id="4" template_id="100"/> + <RVirAttrTemplate id="98" owner_id="4" schema_name="rvirtualdata"/> + <RVirAttr id="98" owner_id="4" template_id="98"/> - <RVirAttrTemplate id="101" owner_id="3" schema_name="rvirtualdata"/> + <RVirAttrTemplate id="99" owner_id="3" schema_name="rvirtualdata"/> <MAttrTemplate id="98" owner_id="1" schema_name="mderived_sx"/> @@ -433,12 +433,12 @@ under the License. <MAttrTemplate id="104" owner_id="12" schema_name="postalAddress"/> - <MDerAttrTemplate id="100" owner_id="1" schema_name="mderiveddata"/> - <MDerAttr id="100" owner_id="1" template_id="100"/> + <MDerAttrTemplate id="99" owner_id="1" schema_name="mderiveddata"/> + <MDerAttr id="99" owner_id="1" template_id="99"/> - <MDerAttrTemplate id="101" owner_id="1" schema_name="mderToBePropagated"/> + <MDerAttrTemplate id="100" owner_id="1" schema_name="mderToBePropagated"/> - <MVirAttrTemplate id="100" owner_id="2" schema_name="mvirtualdata"/> + <MVirAttrTemplate id="99" owner_id="2" schema_name="mvirtualdata"/> <ConnInstance id="100" displayName="ConnInstance100" location="${connid.location}"
