[DomainObjects-Subversion] SF.net SVN: domainobjects: [200] trunk/DomainObjects2/src/Test
Brought to you by:
rbeauchamp
From: <rbe...@us...> - 2006-08-15 14:44:58
|
Revision: 200 Author: rbeauchamp Date: 2006-08-15 07:44:36 -0700 (Tue, 15 Aug 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=200&view=rev Log Message: ----------- - Fixed issue with caching collections. - EditableObject and ImmutableObject are automatically bound to current transaction when created (as in current released version) for backwards compatibility. I will make this configurable so that users can choose to use the 'automatic bind' functionality. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/Cache/ObjectCache.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/EditableObject.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/ImmutableObject.cs trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectValueAccessor.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/ObjectReferenceFacade.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/BoundObjectSet.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/ObjectTransaction.cs trunk/DomainObjects2/src/Test/DomainObjects.Test.dll.csproj Added Paths: ----------- trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/ObjectScopeTests.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |