Author: rdonkin
Date: Wed Jun 25 12:42:24 2008
New Revision: 671642

URL: http://svn.apache.org/viewvc?rev=671642&view=rev
Log:
Renamed runner which runs the test suite against an IMAP instance serving 
localhost

Added:
    
james/server/trunk/experimental-seda-imap-function/src/test/java/org/apache/james/test/functional/imap/manual/ExternalFetchRunner.java
   (contents, props changed)
      - copied, changed from r671620, 
james/server/trunk/experimental-seda-imap-function/src/test/java/org/apache/james/test/functional/imap/manual/ExternalFetchRunnerTest.java
Removed:
    
james/server/trunk/experimental-seda-imap-function/src/test/java/org/apache/james/test/functional/imap/manual/ExternalFetchRunnerTest.java

Copied: 
james/server/trunk/experimental-seda-imap-function/src/test/java/org/apache/james/test/functional/imap/manual/ExternalFetchRunner.java
 (from r671620, 
james/server/trunk/experimental-seda-imap-function/src/test/java/org/apache/james/test/functional/imap/manual/ExternalFetchRunnerTest.java)
URL: 
http://svn.apache.org/viewvc/james/server/trunk/experimental-seda-imap-function/src/test/java/org/apache/james/test/functional/imap/manual/ExternalFetchRunner.java?p2=james/server/trunk/experimental-seda-imap-function/src/test/java/org/apache/james/test/functional/imap/manual/ExternalFetchRunner.java&p1=james/server/trunk/experimental-seda-imap-function/src/test/java/org/apache/james/test/functional/imap/manual/ExternalFetchRunnerTest.java&r1=671620&r2=671642&rev=671642&view=diff
==============================================================================
--- 
james/server/trunk/experimental-seda-imap-function/src/test/java/org/apache/james/test/functional/imap/manual/ExternalFetchRunnerTest.java
 (original)
+++ 
james/server/trunk/experimental-seda-imap-function/src/test/java/org/apache/james/test/functional/imap/manual/ExternalFetchRunner.java
 Wed Jun 25 12:42:24 2008
@@ -25,9 +25,9 @@
  * Script verification against local IMAP.
  * 
  */
-public class ExternalFetchRunnerTest extends AbstractTestFetch {
+public class ExternalFetchRunner extends AbstractTestFetch {
 
-    public ExternalFetchRunnerTest() {
+    public ExternalFetchRunner() {
         super(ExternalHostSystem.createLocalImap());
         continueAfterFailure();
     }

Propchange: 
james/server/trunk/experimental-seda-imap-function/src/test/java/org/apache/james/test/functional/imap/manual/ExternalFetchRunner.java
------------------------------------------------------------------------------
    svn:mergeinfo = 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to