[Joafip-svn] SF.net SVN: joafip:[2940] trunk/joafip-testsuite/src/main/java/net/sf/ joafip/InErrorT
Brought to you by:
luc_peuvrier
|
From: <luc...@us...> - 2011-10-24 02:59:27
|
Revision: 2940
http://joafip.svn.sourceforge.net/joafip/?rev=2940&view=rev
Author: luc_peuvrier
Date: 2011-10-24 02:59:20 +0000 (Mon, 24 Oct 2011)
Log Message:
-----------
auto save now ok
Modified Paths:
--------------
trunk/joafip-testsuite/src/main/java/net/sf/joafip/InErrorTests.java
Modified: trunk/joafip-testsuite/src/main/java/net/sf/joafip/InErrorTests.java
===================================================================
--- trunk/joafip-testsuite/src/main/java/net/sf/joafip/InErrorTests.java 2011-10-24 02:37:36 UTC (rev 2939)
+++ trunk/joafip-testsuite/src/main/java/net/sf/joafip/InErrorTests.java 2011-10-24 02:59:20 UTC (rev 2940)
@@ -24,8 +24,10 @@
import junit.framework.Test;
import junit.framework.TestSuite;
-import net.sf.joafip.service.rel400.TestSaveInExclusiveDataAccessSession;
-import net.sf.joafip.store.service.TestStoreVisitedModified;
+import net.sf.joafip.service.rel400.TestAutoSave;
+import net.sf.joafip.service.rel400.TestRuntime310Garbage;
+import net.sf.joafip.store.service.proxy.TestProxyCreation;
+import net.sf.joafip.store.service.proxy.TestProxyCreationConstructed;
/**
*
@@ -42,8 +44,10 @@
public static Test suite() {
final TestSuite suite = new TestSuite("in error Tests");
// $JUnit-BEGIN$
- suite.addTestSuite(TestStoreVisitedModified.class);
- suite.addTestSuite(TestSaveInExclusiveDataAccessSession.class);
+ suite.addTestSuite(TestProxyCreation.class);
+ suite.addTestSuite(TestProxyCreationConstructed.class);
+ suite.addTestSuite(TestRuntime310Garbage.class);
+ suite.addTestSuite(TestAutoSave.class);
// suite.addTest(xxxx.suite());
// $JUnit-END$
return suite;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|