You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2013/07/31 09:43:42 UTC

svn commit: r1508751 - /isis/site/trunk/content/core/unittestsupport.md

Author: danhaywood
Date: Wed Jul 31 07:43:41 2013
New Revision: 1508751

URL: http://svn.apache.org/r1508751
Log:
managed 1-m relationships, contract tests, utility classes

Modified:
    isis/site/trunk/content/core/unittestsupport.md

Modified: isis/site/trunk/content/core/unittestsupport.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/core/unittestsupport.md?rev=1508751&r1=1508750&r2=1508751&view=diff
==============================================================================
--- isis/site/trunk/content/core/unittestsupport.md (original)
+++ isis/site/trunk/content/core/unittestsupport.md Wed Jul 31 07:43:41 2013
@@ -89,7 +89,6 @@ For example:
 
 This contract test automatically checks that bidirectional 1:m or 1:1 associations are being maintained correctly (assuming that they follow the [mutual registration pattern](../applib-guide/how-tos/how-to-04-060-How-to-set-up-and-maintain-bidirectional-relationships.html)
 
->
 >**Note:** 
 >
 >If using the [JDO Object Store](../components/objectstores/jdo/about.html), then there is generally no need to programmatically maintain 1:m relationships (indeed it may introduce subtle errors).  For more details, see [here](../components/objectstores/jdo/managed-1-to-m-relationships.html).