[Joafip-svn] SF.net SVN: joafip:[2949] trunk/joafip-testsuite/src/main/java/net/sf/ joafip/InErrorT
Brought to you by:
luc_peuvrier
|
From: <luc...@us...> - 2011-10-28 03:19:32
|
Revision: 2949
http://joafip.svn.sourceforge.net/joafip/?rev=2949&view=rev
Author: luc_peuvrier
Date: 2011-10-28 03:19:25 +0000 (Fri, 28 Oct 2011)
Log Message:
-----------
acceded flag management changed for new instance construct
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-28 03:19:01 UTC (rev 2948)
+++ trunk/joafip-testsuite/src/main/java/net/sf/joafip/InErrorTests.java 2011-10-28 03:19:25 UTC (rev 2949)
@@ -24,10 +24,10 @@
import junit.framework.Test;
import junit.framework.TestSuite;
+import net.sf.joafip.service.rel300.TestSubstitutionWithMethodInterception0;
+import net.sf.joafip.service.rel300.TestSubstitutionWithMethodInterception1;
+import net.sf.joafip.service.rel300.TestSubstitutionWithMethodInterception2;
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;
/**
*
@@ -44,9 +44,9 @@
public static Test suite() {
final TestSuite suite = new TestSuite("in error Tests");
// $JUnit-BEGIN$
- suite.addTestSuite(TestProxyCreation.class);
- suite.addTestSuite(TestProxyCreationConstructed.class);
- suite.addTestSuite(TestRuntime310Garbage.class);
+ suite.addTestSuite(TestSubstitutionWithMethodInterception0.class);
+ suite.addTestSuite(TestSubstitutionWithMethodInterception1.class);
+ suite.addTestSuite(TestSubstitutionWithMethodInterception2.class);
suite.addTestSuite(TestAutoSave.class);
// suite.addTest(xxxx.suite());
// $JUnit-END$
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|