[SYNCOPE-899] Description provided
Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/03c47ef4 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/03c47ef4 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/03c47ef4 Branch: refs/heads/2_0_NO_JAXB Commit: 03c47ef4189163bd6acf0d4f030252d0e6ac1373 Parents: 5b4cf31 Author: Francesco Chicchiriccò <[email protected]> Authored: Mon Jul 18 09:19:40 2016 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Mon Jul 18 11:26:54 2016 +0200 ---------------------------------------------------------------------- core/persistence-jpa/src/test/resources/domains/MasterContent.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/03c47ef4/core/persistence-jpa/src/test/resources/domains/MasterContent.xml ---------------------------------------------------------------------- diff --git a/core/persistence-jpa/src/test/resources/domains/MasterContent.xml b/core/persistence-jpa/src/test/resources/domains/MasterContent.xml index ff84934..6035cf8 100644 --- a/core/persistence-jpa/src/test/resources/domains/MasterContent.xml +++ b/core/persistence-jpa/src/test/resources/domains/MasterContent.xml @@ -157,7 +157,7 @@ under the License. specification='{"conflictResolutionAction":"IGNORE"}'/> <RelationshipType id="inclusion" description="Models the act that an object is included in another"/> - <RelationshipType id="neighborhood"/> + <RelationshipType id="neighborhood" description="Models the act that an object is near another"/> <AnyTypeClass id="generic membership"/>
