[Joafip-svn] SF.net SVN: joafip:[2947] trunk/joafip/src/test/java/net/sf/joafip/service/ rel300/Ab
Brought to you by:
luc_peuvrier
|
From: <luc...@us...> - 2011-10-28 03:18:06
|
Revision: 2947
http://joafip.svn.sourceforge.net/joafip/?rev=2947&view=rev
Author: luc_peuvrier
Date: 2011-10-28 03:18:00 +0000 (Fri, 28 Oct 2011)
Log Message:
-----------
acceded flag management changed for new instance construct
Modified Paths:
--------------
trunk/joafip/src/test/java/net/sf/joafip/service/rel300/AbstractTestSubstitutionWithMethodInterception.java
Modified: trunk/joafip/src/test/java/net/sf/joafip/service/rel300/AbstractTestSubstitutionWithMethodInterception.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/service/rel300/AbstractTestSubstitutionWithMethodInterception.java 2011-10-28 03:17:00 UTC (rev 2946)
+++ trunk/joafip/src/test/java/net/sf/joafip/service/rel300/AbstractTestSubstitutionWithMethodInterception.java 2011-10-28 03:18:00 UTC (rev 2947)
@@ -117,8 +117,10 @@
final IExclusiveDataAccessSession session = filePersistence
.createExclusiveDataAccessSession();
session.open();
+ saveDone = false;
final BobContainer bobContainer = BobContainer.newBobContainer(session
.getInstanceFactory());
+ assertSaved();
assertTrue("must be a proxy",
ProxyManager2.isProxyOrEnhanced(bobContainer));
// not be loaded because of auto save
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|