You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2008/12/31 14:19:34 UTC

svn commit: r730385 - /james/protocols/imap/trunk/deployment/src/test/java/org/apache/james/imap/functional/jpa/ConcurrentSessionsTest.java

Author: rdonkin
Date: Wed Dec 31 05:19:34 2008
New Revision: 730385

URL: http://svn.apache.org/viewvc?rev=730385&view=rev
Log:
All tests now pass. Now have a working JPA port. Still quite a few improvements to make, though.

Modified:
    james/protocols/imap/trunk/deployment/src/test/java/org/apache/james/imap/functional/jpa/ConcurrentSessionsTest.java

Modified: james/protocols/imap/trunk/deployment/src/test/java/org/apache/james/imap/functional/jpa/ConcurrentSessionsTest.java
URL: http://svn.apache.org/viewvc/james/protocols/imap/trunk/deployment/src/test/java/org/apache/james/imap/functional/jpa/ConcurrentSessionsTest.java?rev=730385&r1=730384&r2=730385&view=diff
==============================================================================
--- james/protocols/imap/trunk/deployment/src/test/java/org/apache/james/imap/functional/jpa/ConcurrentSessionsTest.java (original)
+++ james/protocols/imap/trunk/deployment/src/test/java/org/apache/james/imap/functional/jpa/ConcurrentSessionsTest.java Wed Dec 31 05:19:34 2008
@@ -27,55 +27,4 @@
     public ConcurrentSessionsTest() throws Exception {
         super(JPAHostSystem.build());
     }
-
-    @Override
-    public void testConcurrentDeleteSelectedITALY() throws Exception {
-    }
-
-    @Override
-    public void testConcurrentDeleteSelectedKOREA() throws Exception {
-    }
-
-    @Override
-    public void testConcurrentDeleteSelectedUS() throws Exception {
-    }
-
-    @Override
-    public void testConcurrentExistsResponseITALY() throws Exception {
-    }
-
-    @Override
-    public void testConcurrentExistsResponseKOREA() throws Exception {
-    }
-
-    @Override
-    public void testConcurrentExistsResponseUS() throws Exception {
-    }
-
-    @Override
-    public void testConcurrentFetchResponseITALY() throws Exception {
-    }
-
-    @Override
-    public void testConcurrentFetchResponseKOREA() throws Exception {
-    }
-
-    @Override
-    public void testConcurrentFetchResponseUS() throws Exception {
-    }
-
-    @Override
-    public void testConcurrentRenameSelectedITALY() throws Exception {
-    }
-
-    @Override
-    public void testConcurrentRenameSelectedKOREA() throws Exception {
-    }
-
-    @Override
-    public void testConcurrentRenameSelectedUS() throws Exception {
-    }
-    
-    
-
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org