You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2014/03/26 14:20:52 UTC

svn commit: r1581822 - in /manifoldcf/branches/CONNECTORS-912: connectors/filesystem/ connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/ framework/ framework/agents/src/test/java/org/apache/manifold...

Author: kwright
Date: Wed Mar 26 13:20:50 2014
New Revision: 1581822

URL: http://svn.apache.org/r1581822
Log:
Move integration tests to run in the connector package for filesystem

Added:
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/APISanityCombinedHSQLDBIT.java
      - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/APISanityCombinedHSQLDBIT.java
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/APISanityDerbyIT.java
      - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/APISanityDerbyIT.java
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/APISanityHSQLDBIT.java
      - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/APISanityHSQLDBIT.java
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/APISanityMySQLIT.java
      - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/APISanityMySQLIT.java
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/APISanityPostgresqlIT.java
      - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/APISanityPostgresqlIT.java
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/APISanityTester.java
      - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/APISanityTester.java
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BaseITDerby.java
      - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BaseDerby.java
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BaseITHSQLDB.java
      - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BaseHSQLDB.java
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BaseITMySQL.java
      - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BaseMySQL.java
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BaseITPostgresql.java
      - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BasePostgresql.java
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BaseUIDerby.java
      - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BaseUIDerby.java
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BaseUIHSQLDB.java
      - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BaseUIHSQLDB.java
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BigCrawlDerbyLT.java
      - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BigCrawlDerbyLT.java
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BigCrawlHSQLDBLT.java
      - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BigCrawlHSQLDBLT.java
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BigCrawlMySQLLT.java
      - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BigCrawlMySQLLT.java
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BigCrawlPostgresqlLT.java
      - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BigCrawlPostgresqlLT.java
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BigCrawlTester.java
      - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BigCrawlTester.java
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/ExpirationDerbyIT.java
      - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/ExpirationDerbyIT.java
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/ExpirationHSQLDBIT.java
      - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/ExpirationHSQLDBIT.java
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/ExpirationMySQLIT.java
      - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/ExpirationMySQLIT.java
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/ExpirationPostgresqlIT.java
      - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/ExpirationPostgresqlIT.java
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/ExpirationTester.java
      - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/ExpirationTester.java
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/FileHelper.java
      - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/FileHelper.java
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/HopcountDerbyIT.java
      - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/HopcountDerbyIT.java
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/HopcountHSQLDBIT.java
      - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/HopcountHSQLDBIT.java
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/HopcountMySQLIT.java
      - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/HopcountMySQLIT.java
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/HopcountPostgresqlIT.java
      - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/HopcountPostgresqlIT.java
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/HopcountTester.java
      - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/HopcountTester.java
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/NavigationCombinedHSQLDBUI.java
      - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/NavigationCombinedHSQLDBUI.java
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/NavigationDerbyUI.java
      - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/NavigationDerbyUI.java
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/NavigationUITester.java
      - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/NavigationUITester.java
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/SanityDerbyIT.java
      - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/SanityDerbyIT.java
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/SanityHSQLDBIT.java
      - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/SanityHSQLDBIT.java
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/SanityMySQLIT.java
      - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/SanityMySQLIT.java
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/SanityPostgresqlIT.java
      - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/SanityPostgresqlIT.java
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/SanityTester.java
      - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/SanityTester.java
    manifoldcf/branches/CONNECTORS-912/framework/agents/src/test/java/org/apache/manifoldcf/agents/tests/TestingOutputConnector.java
      - copied, changed from r1581787, manifoldcf/branches/CONNECTORS-912/framework/pull-agent/src/test/java/org/apache/manifoldcf/crawler/tests/TestingOutputConnector.java
Removed:
    manifoldcf/branches/CONNECTORS-912/framework/pull-agent/src/test/java/org/apache/manifoldcf/crawler/tests/TestingOutputConnector.java
    manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/APISanityCombinedHSQLDBIT.java
    manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/APISanityDerbyIT.java
    manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/APISanityHSQLDBIT.java
    manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/APISanityMySQLIT.java
    manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/APISanityPostgresqlIT.java
    manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/APISanityTester.java
    manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BaseDerby.java
    manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BaseHSQLDB.java
    manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BaseMySQL.java
    manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BasePostgresql.java
    manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BaseUIDerby.java
    manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BaseUIHSQLDB.java
    manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BigCrawlDerbyLT.java
    manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BigCrawlHSQLDBLT.java
    manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BigCrawlMySQLLT.java
    manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BigCrawlPostgresqlLT.java
    manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BigCrawlTester.java
    manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/ExpirationDerbyIT.java
    manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/ExpirationHSQLDBIT.java
    manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/ExpirationMySQLIT.java
    manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/ExpirationPostgresqlIT.java
    manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/ExpirationTester.java
    manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/FileHelper.java
    manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/HopcountDerbyIT.java
    manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/HopcountHSQLDBIT.java
    manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/HopcountMySQLIT.java
    manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/HopcountPostgresqlIT.java
    manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/HopcountTester.java
    manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/NavigationCombinedHSQLDBUI.java
    manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/NavigationDerbyUI.java
    manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/NavigationUITester.java
    manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/SanityDerbyIT.java
    manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/SanityHSQLDBIT.java
    manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/SanityMySQLIT.java
    manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/SanityPostgresqlIT.java
    manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/SanityTester.java
Modified:
    manifoldcf/branches/CONNECTORS-912/connectors/filesystem/build.xml
    manifoldcf/branches/CONNECTORS-912/framework/build.xml
    manifoldcf/branches/CONNECTORS-912/framework/pull-agent/src/test/java/org/apache/manifoldcf/crawler/tests/SchedulerHSQLDBTest.java
    manifoldcf/branches/CONNECTORS-912/framework/pull-agent/src/test/java/org/apache/manifoldcf/crawler/tests/SchedulerTester.java

Modified: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/build.xml?rev=1581822&r1=1581821&r2=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/connectors/filesystem/build.xml (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/build.xml Wed Mar 26 13:20:50 2014
@@ -21,7 +21,8 @@
     <condition property="mcf-dist" value="${env.MCFDISTPATH}">
         <isset property="env.MCFDISTPATH"/>
     </condition>
-    <condition property="mcf-dist" value="../../dist">
+    <property name="abs-dist" location="../../dist"/>
+    <condition property="mcf-dist" value="${abs-dist}">
         <not>
             <isset property="env.MCFDISTPATH"/>
         </not>

Copied: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/APISanityCombinedHSQLDBIT.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/APISanityCombinedHSQLDBIT.java)
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/APISanityCombinedHSQLDBIT.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/APISanityCombinedHSQLDBIT.java&p1=manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/APISanityCombinedHSQLDBIT.java&r1=1579604&r2=1581822&rev=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/APISanityCombinedHSQLDBIT.java (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/APISanityCombinedHSQLDBIT.java Wed Mar 26 13:20:50 2014
@@ -16,14 +16,14 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.filesystem_tests;
+package org.apache.manifoldcf.crawler.connectors.filesystem.tests;
 
 import java.io.*;
 import java.util.*;
 import org.junit.*;
 
 /** This is a very basic sanity check */
-public class APISanityCombinedHSQLDBIT extends BaseHSQLDB
+public class APISanityCombinedHSQLDBIT extends BaseITHSQLDB
 {
   protected APISanityTester tester;
   

Copied: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/APISanityDerbyIT.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/APISanityDerbyIT.java)
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/APISanityDerbyIT.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/APISanityDerbyIT.java&p1=manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/APISanityDerbyIT.java&r1=1579604&r2=1581822&rev=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/APISanityDerbyIT.java (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/APISanityDerbyIT.java Wed Mar 26 13:20:50 2014
@@ -16,14 +16,14 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.filesystem_tests;
+package org.apache.manifoldcf.crawler.connectors.filesystem.tests;
 
 import java.io.*;
 import java.util.*;
 import org.junit.*;
 
 /** This is a very basic sanity check */
-public class APISanityDerbyIT extends BaseDerby
+public class APISanityDerbyIT extends BaseITDerby
 {
   protected APISanityTester tester;
   

Copied: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/APISanityHSQLDBIT.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/APISanityHSQLDBIT.java)
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/APISanityHSQLDBIT.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/APISanityHSQLDBIT.java&p1=manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/APISanityHSQLDBIT.java&r1=1579604&r2=1581822&rev=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/APISanityHSQLDBIT.java (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/APISanityHSQLDBIT.java Wed Mar 26 13:20:50 2014
@@ -16,14 +16,14 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.filesystem_tests;
+package org.apache.manifoldcf.crawler.connectors.filesystem.tests;
 
 import java.io.*;
 import java.util.*;
 import org.junit.*;
 
 /** This is a very basic sanity check */
-public class APISanityHSQLDBIT extends BaseHSQLDB
+public class APISanityHSQLDBIT extends BaseITHSQLDB
 {
   protected APISanityTester tester;
   

Copied: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/APISanityMySQLIT.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/APISanityMySQLIT.java)
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/APISanityMySQLIT.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/APISanityMySQLIT.java&p1=manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/APISanityMySQLIT.java&r1=1579604&r2=1581822&rev=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/APISanityMySQLIT.java (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/APISanityMySQLIT.java Wed Mar 26 13:20:50 2014
@@ -16,14 +16,14 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.filesystem_tests;
+package org.apache.manifoldcf.crawler.connectors.filesystem.tests;
 
 import java.io.*;
 import java.util.*;
 import org.junit.*;
 
 /** This is a very basic sanity check */
-public class APISanityMySQLIT extends BaseMySQL
+public class APISanityMySQLIT extends BaseITMySQL
 {
   protected APISanityTester tester;
   

Copied: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/APISanityPostgresqlIT.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/APISanityPostgresqlIT.java)
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/APISanityPostgresqlIT.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/APISanityPostgresqlIT.java&p1=manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/APISanityPostgresqlIT.java&r1=1579604&r2=1581822&rev=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/APISanityPostgresqlIT.java (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/APISanityPostgresqlIT.java Wed Mar 26 13:20:50 2014
@@ -16,14 +16,14 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.filesystem_tests;
+package org.apache.manifoldcf.crawler.connectors.filesystem.tests;
 
 import java.io.*;
 import java.util.*;
 import org.junit.*;
 
 /** This is a very basic sanity check */
-public class APISanityPostgresqlIT extends BasePostgresql
+public class APISanityPostgresqlIT extends BaseITPostgresql
 {
   protected APISanityTester tester;
   

Copied: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/APISanityTester.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/APISanityTester.java)
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/APISanityTester.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/APISanityTester.java&p1=manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/APISanityTester.java&r1=1579604&r2=1581822&rev=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/APISanityTester.java (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/APISanityTester.java Wed Mar 26 13:20:50 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.filesystem_tests;
+package org.apache.manifoldcf.crawler.connectors.filesystem.tests;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import org.apache.manifoldcf.agents.interfaces.*;

Copied: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BaseITDerby.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BaseDerby.java)
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BaseITDerby.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BaseITDerby.java&p1=manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BaseDerby.java&r1=1579604&r2=1581822&rev=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BaseDerby.java (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BaseITDerby.java Wed Mar 26 13:20:50 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.filesystem_tests;
+package org.apache.manifoldcf.crawler.connectors.filesystem.tests;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import org.apache.manifoldcf.agents.interfaces.*;
@@ -28,7 +28,7 @@ import java.util.*;
 import org.junit.*;
 
 /** Tests that run the "agents daemon" should be derived from this */
-public class BaseDerby extends org.apache.manifoldcf.crawler.tests.BaseITDerby
+public class BaseITDerby extends org.apache.manifoldcf.crawler.tests.BaseITDerby
 {
   protected String[] getConnectorNames()
   {
@@ -47,6 +47,6 @@ public class BaseDerby extends org.apach
   
   protected String[] getOutputClasses()
   {
-    return new String[]{"org.apache.manifoldcf.agents.output.nullconnector.NullConnector"};
+    return new String[]{"org.apache.manifoldcf.agents.tests.TestingOutputConnector"};
   }
 }

Copied: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BaseITHSQLDB.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BaseHSQLDB.java)
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BaseITHSQLDB.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BaseITHSQLDB.java&p1=manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BaseHSQLDB.java&r1=1579604&r2=1581822&rev=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BaseHSQLDB.java (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BaseITHSQLDB.java Wed Mar 26 13:20:50 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.filesystem_tests;
+package org.apache.manifoldcf.crawler.connectors.filesystem.tests;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import org.apache.manifoldcf.agents.interfaces.*;
@@ -28,14 +28,14 @@ import java.util.*;
 import org.junit.*;
 
 /** Tests that run the "agents daemon" should be derived from this */
-public class BaseHSQLDB extends org.apache.manifoldcf.crawler.tests.BaseITHSQLDB
+public class BaseITHSQLDB extends org.apache.manifoldcf.crawler.tests.BaseITHSQLDB
 {
-  public BaseHSQLDB()
+  public BaseITHSQLDB()
   {
     super();
   }
   
-  public BaseHSQLDB(boolean singleWar)
+  public BaseITHSQLDB(boolean singleWar)
   {
     super(singleWar);
   }
@@ -57,6 +57,6 @@ public class BaseHSQLDB extends org.apac
   
   protected String[] getOutputClasses()
   {
-    return new String[]{"org.apache.manifoldcf.agents.output.nullconnector.NullConnector"};
+    return new String[]{"org.apache.manifoldcf.agents.tests.TestingOutputConnector"};
   }
 }

Copied: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BaseITMySQL.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BaseMySQL.java)
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BaseITMySQL.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BaseITMySQL.java&p1=manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BaseMySQL.java&r1=1579604&r2=1581822&rev=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BaseMySQL.java (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BaseITMySQL.java Wed Mar 26 13:20:50 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.filesystem_tests;
+package org.apache.manifoldcf.crawler.connectors.filesystem.tests;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import org.apache.manifoldcf.agents.interfaces.*;
@@ -28,7 +28,7 @@ import java.util.*;
 import org.junit.*;
 
 /** Tests that run the "agents daemon" should be derived from this */
-public class BaseMySQL extends org.apache.manifoldcf.crawler.tests.BaseITMySQL
+public class BaseITMySQL extends org.apache.manifoldcf.crawler.tests.BaseITMySQL
 {
   protected String[] getConnectorNames()
   {
@@ -47,6 +47,6 @@ public class BaseMySQL extends org.apach
   
   protected String[] getOutputClasses()
   {
-    return new String[]{"org.apache.manifoldcf.agents.output.nullconnector.NullConnector"};
+    return new String[]{"org.apache.manifoldcf.agents.tests.TestingOutputConnector"};
   }
 }

Copied: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BaseITPostgresql.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BasePostgresql.java)
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BaseITPostgresql.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BaseITPostgresql.java&p1=manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BasePostgresql.java&r1=1579604&r2=1581822&rev=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BasePostgresql.java (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BaseITPostgresql.java Wed Mar 26 13:20:50 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.filesystem_tests;
+package org.apache.manifoldcf.crawler.connectors.filesystem.tests;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import org.apache.manifoldcf.agents.interfaces.*;
@@ -28,7 +28,7 @@ import java.util.*;
 import org.junit.*;
 
 /** Tests that run the "agents daemon" should be derived from this */
-public class BasePostgresql extends org.apache.manifoldcf.crawler.tests.BaseITPostgresql
+public class BaseITPostgresql extends org.apache.manifoldcf.crawler.tests.BaseITPostgresql
 {
   protected String[] getConnectorNames()
   {
@@ -47,6 +47,6 @@ public class BasePostgresql extends org.
   
   protected String[] getOutputClasses()
   {
-    return new String[]{"org.apache.manifoldcf.agents.output.nullconnector.NullConnector"};
+    return new String[]{"org.apache.manifoldcf.agents.tests.TestingOutputConnector"};
   }
 }

Copied: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BaseUIDerby.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BaseUIDerby.java)
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BaseUIDerby.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BaseUIDerby.java&p1=manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BaseUIDerby.java&r1=1579604&r2=1581822&rev=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BaseUIDerby.java (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BaseUIDerby.java Wed Mar 26 13:20:50 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.filesystem_tests;
+package org.apache.manifoldcf.crawler.connectors.filesystem.tests;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import org.apache.manifoldcf.agents.interfaces.*;
@@ -47,7 +47,7 @@ public class BaseUIDerby extends org.apa
   
   protected String[] getOutputClasses()
   {
-    return new String[]{"org.apache.manifoldcf.agents.output.nullconnector.NullConnector"};
+    return new String[]{"org.apache.manifoldcf.agents.tests.TestingOutputConnector"};
   }
 
 }

Copied: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BaseUIHSQLDB.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BaseUIHSQLDB.java)
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BaseUIHSQLDB.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BaseUIHSQLDB.java&p1=manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BaseUIHSQLDB.java&r1=1579604&r2=1581822&rev=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BaseUIHSQLDB.java (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BaseUIHSQLDB.java Wed Mar 26 13:20:50 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.filesystem_tests;
+package org.apache.manifoldcf.crawler.connectors.filesystem.tests;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import org.apache.manifoldcf.agents.interfaces.*;
@@ -57,7 +57,7 @@ public class BaseUIHSQLDB extends org.ap
   
   protected String[] getOutputClasses()
   {
-    return new String[]{"org.apache.manifoldcf.agents.output.nullconnector.NullConnector"};
+    return new String[]{"org.apache.manifoldcf.agents.tests.TestingOutputConnector"};
   }
 
 }

Copied: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BigCrawlDerbyLT.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BigCrawlDerbyLT.java)
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BigCrawlDerbyLT.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BigCrawlDerbyLT.java&p1=manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BigCrawlDerbyLT.java&r1=1579604&r2=1581822&rev=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BigCrawlDerbyLT.java (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BigCrawlDerbyLT.java Wed Mar 26 13:20:50 2014
@@ -16,14 +16,14 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.filesystem_tests;
+package org.apache.manifoldcf.crawler.connectors.filesystem.tests;
 
 import java.io.*;
 import java.util.*;
 import org.junit.*;
 
 /** This is a very basic sanity check */
-public class BigCrawlDerbyLT extends BaseDerby
+public class BigCrawlDerbyLT extends BaseITDerby
 {
   protected BigCrawlTester tester;
   

Copied: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BigCrawlHSQLDBLT.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BigCrawlHSQLDBLT.java)
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BigCrawlHSQLDBLT.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BigCrawlHSQLDBLT.java&p1=manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BigCrawlHSQLDBLT.java&r1=1579604&r2=1581822&rev=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BigCrawlHSQLDBLT.java (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BigCrawlHSQLDBLT.java Wed Mar 26 13:20:50 2014
@@ -16,14 +16,14 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.filesystem_tests;
+package org.apache.manifoldcf.crawler.connectors.filesystem.tests;
 
 import java.io.*;
 import java.util.*;
 import org.junit.*;
 
 /** This is a very basic sanity check */
-public class BigCrawlHSQLDBLT extends BaseHSQLDB
+public class BigCrawlHSQLDBLT extends BaseITHSQLDB
 {
   protected BigCrawlTester tester;
   

Copied: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BigCrawlMySQLLT.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BigCrawlMySQLLT.java)
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BigCrawlMySQLLT.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BigCrawlMySQLLT.java&p1=manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BigCrawlMySQLLT.java&r1=1579604&r2=1581822&rev=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BigCrawlMySQLLT.java (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BigCrawlMySQLLT.java Wed Mar 26 13:20:50 2014
@@ -16,14 +16,14 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.filesystem_tests;
+package org.apache.manifoldcf.crawler.connectors.filesystem.tests;
 
 import java.io.*;
 import java.util.*;
 import org.junit.*;
 
 /** This is a very basic sanity check */
-public class BigCrawlMySQLLT extends BaseMySQL
+public class BigCrawlMySQLLT extends BaseITMySQL
 {
   protected BigCrawlTester tester;
   

Copied: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BigCrawlPostgresqlLT.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BigCrawlPostgresqlLT.java)
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BigCrawlPostgresqlLT.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BigCrawlPostgresqlLT.java&p1=manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BigCrawlPostgresqlLT.java&r1=1579604&r2=1581822&rev=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BigCrawlPostgresqlLT.java (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BigCrawlPostgresqlLT.java Wed Mar 26 13:20:50 2014
@@ -16,14 +16,14 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.filesystem_tests;
+package org.apache.manifoldcf.crawler.connectors.filesystem.tests;
 
 import java.io.*;
 import java.util.*;
 import org.junit.*;
 
 /** This is a very basic sanity check */
-public class BigCrawlPostgresqlLT extends BasePostgresql
+public class BigCrawlPostgresqlLT extends BaseITPostgresql
 {
   protected BigCrawlTester tester;
   

Copied: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BigCrawlTester.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BigCrawlTester.java)
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BigCrawlTester.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BigCrawlTester.java&p1=manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BigCrawlTester.java&r1=1579604&r2=1581822&rev=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/BigCrawlTester.java (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BigCrawlTester.java Wed Mar 26 13:20:50 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.filesystem_tests;
+package org.apache.manifoldcf.crawler.connectors.filesystem.tests;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import org.apache.manifoldcf.agents.interfaces.*;

Copied: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/ExpirationDerbyIT.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/ExpirationDerbyIT.java)
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/ExpirationDerbyIT.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/ExpirationDerbyIT.java&p1=manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/ExpirationDerbyIT.java&r1=1579604&r2=1581822&rev=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/ExpirationDerbyIT.java (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/ExpirationDerbyIT.java Wed Mar 26 13:20:50 2014
@@ -16,14 +16,14 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.filesystem_tests;
+package org.apache.manifoldcf.crawler.connectors.filesystem.tests;
 
 import java.io.*;
 import java.util.*;
 import org.junit.*;
 
 /** This is a test which checks to see if document expiration works properly. */
-public class ExpirationDerbyIT extends BaseDerby
+public class ExpirationDerbyIT extends BaseITDerby
 {
   protected ExpirationTester tester;
   

Copied: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/ExpirationHSQLDBIT.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/ExpirationHSQLDBIT.java)
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/ExpirationHSQLDBIT.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/ExpirationHSQLDBIT.java&p1=manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/ExpirationHSQLDBIT.java&r1=1579604&r2=1581822&rev=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/ExpirationHSQLDBIT.java (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/ExpirationHSQLDBIT.java Wed Mar 26 13:20:50 2014
@@ -16,14 +16,14 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.filesystem_tests;
+package org.apache.manifoldcf.crawler.connectors.filesystem.tests;
 
 import java.io.*;
 import java.util.*;
 import org.junit.*;
 
 /** This is a test which checks to see if document expiration works properly. */
-public class ExpirationHSQLDBIT extends BaseHSQLDB
+public class ExpirationHSQLDBIT extends BaseITHSQLDB
 {
   protected ExpirationTester tester;
   

Copied: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/ExpirationMySQLIT.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/ExpirationMySQLIT.java)
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/ExpirationMySQLIT.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/ExpirationMySQLIT.java&p1=manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/ExpirationMySQLIT.java&r1=1579604&r2=1581822&rev=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/ExpirationMySQLIT.java (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/ExpirationMySQLIT.java Wed Mar 26 13:20:50 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.filesystem_tests;
+package org.apache.manifoldcf.crawler.connectors.filesystem.tests;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import org.apache.manifoldcf.agents.interfaces.*;
@@ -28,7 +28,7 @@ import java.util.*;
 import org.junit.*;
 
 /** This is a test which checks to see if document expiration works properly. */
-public class ExpirationMySQLIT extends BaseMySQL
+public class ExpirationMySQLIT extends BaseITMySQL
 {
   protected ExpirationTester tester;
   

Copied: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/ExpirationPostgresqlIT.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/ExpirationPostgresqlIT.java)
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/ExpirationPostgresqlIT.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/ExpirationPostgresqlIT.java&p1=manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/ExpirationPostgresqlIT.java&r1=1579604&r2=1581822&rev=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/ExpirationPostgresqlIT.java (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/ExpirationPostgresqlIT.java Wed Mar 26 13:20:50 2014
@@ -16,14 +16,14 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.filesystem_tests;
+package org.apache.manifoldcf.crawler.connectors.filesystem.tests;
 
 import java.io.*;
 import java.util.*;
 import org.junit.*;
 
 /** This is a test which checks to see if document expiration works properly. */
-public class ExpirationPostgresqlIT extends BasePostgresql
+public class ExpirationPostgresqlIT extends BaseITPostgresql
 {
   protected ExpirationTester tester;
   

Copied: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/ExpirationTester.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/ExpirationTester.java)
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/ExpirationTester.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/ExpirationTester.java&p1=manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/ExpirationTester.java&r1=1579604&r2=1581822&rev=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/ExpirationTester.java (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/ExpirationTester.java Wed Mar 26 13:20:50 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.filesystem_tests;
+package org.apache.manifoldcf.crawler.connectors.filesystem.tests;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import org.apache.manifoldcf.agents.interfaces.*;

Copied: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/FileHelper.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/FileHelper.java)
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/FileHelper.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/FileHelper.java&p1=manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/FileHelper.java&r1=1579604&r2=1581822&rev=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/FileHelper.java (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/FileHelper.java Wed Mar 26 13:20:50 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.filesystem_tests;
+package org.apache.manifoldcf.crawler.connectors.filesystem.tests;
 
 import java.io.*;
 import java.util.*;

Copied: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/HopcountDerbyIT.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/HopcountDerbyIT.java)
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/HopcountDerbyIT.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/HopcountDerbyIT.java&p1=manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/HopcountDerbyIT.java&r1=1579604&r2=1581822&rev=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/HopcountDerbyIT.java (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/HopcountDerbyIT.java Wed Mar 26 13:20:50 2014
@@ -16,14 +16,14 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.filesystem_tests;
+package org.apache.manifoldcf.crawler.connectors.filesystem.tests;
 
 import java.io.*;
 import java.util.*;
 import org.junit.*;
 
 /** This is a test which checks to be sure hopcount functionality is working properly. */
-public class HopcountDerbyIT extends BaseDerby
+public class HopcountDerbyIT extends BaseITDerby
 {
   protected HopcountTester tester;
   

Copied: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/HopcountHSQLDBIT.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/HopcountHSQLDBIT.java)
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/HopcountHSQLDBIT.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/HopcountHSQLDBIT.java&p1=manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/HopcountHSQLDBIT.java&r1=1579604&r2=1581822&rev=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/HopcountHSQLDBIT.java (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/HopcountHSQLDBIT.java Wed Mar 26 13:20:50 2014
@@ -16,14 +16,14 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.filesystem_tests;
+package org.apache.manifoldcf.crawler.connectors.filesystem.tests;
 
 import java.io.*;
 import java.util.*;
 import org.junit.*;
 
 /** This is a test which checks to be sure hopcount functionality is working properly. */
-public class HopcountHSQLDBIT extends BaseHSQLDB
+public class HopcountHSQLDBIT extends BaseITHSQLDB
 {
   protected HopcountTester tester;
   

Copied: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/HopcountMySQLIT.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/HopcountMySQLIT.java)
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/HopcountMySQLIT.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/HopcountMySQLIT.java&p1=manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/HopcountMySQLIT.java&r1=1579604&r2=1581822&rev=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/HopcountMySQLIT.java (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/HopcountMySQLIT.java Wed Mar 26 13:20:50 2014
@@ -16,14 +16,14 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.filesystem_tests;
+package org.apache.manifoldcf.crawler.connectors.filesystem.tests;
 
 import java.io.*;
 import java.util.*;
 import org.junit.*;
 
 /** This is a test which checks to be sure hopcount functionality is working properly. */
-public class HopcountMySQLIT extends BaseMySQL
+public class HopcountMySQLIT extends BaseITMySQL
 {
   protected HopcountTester tester;
   

Copied: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/HopcountPostgresqlIT.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/HopcountPostgresqlIT.java)
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/HopcountPostgresqlIT.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/HopcountPostgresqlIT.java&p1=manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/HopcountPostgresqlIT.java&r1=1579604&r2=1581822&rev=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/HopcountPostgresqlIT.java (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/HopcountPostgresqlIT.java Wed Mar 26 13:20:50 2014
@@ -16,14 +16,14 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.filesystem_tests;
+package org.apache.manifoldcf.crawler.connectors.filesystem.tests;
 
 import java.io.*;
 import java.util.*;
 import org.junit.*;
 
 /** This is a test which checks to be sure hopcount functionality is working properly. */
-public class HopcountPostgresqlIT extends BasePostgresql
+public class HopcountPostgresqlIT extends BaseITPostgresql
 {
   protected HopcountTester tester;
   

Copied: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/HopcountTester.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/HopcountTester.java)
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/HopcountTester.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/HopcountTester.java&p1=manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/HopcountTester.java&r1=1579604&r2=1581822&rev=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/HopcountTester.java (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/HopcountTester.java Wed Mar 26 13:20:50 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.filesystem_tests;
+package org.apache.manifoldcf.crawler.connectors.filesystem.tests;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import org.apache.manifoldcf.agents.interfaces.*;

Copied: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/NavigationCombinedHSQLDBUI.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/NavigationCombinedHSQLDBUI.java)
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/NavigationCombinedHSQLDBUI.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/NavigationCombinedHSQLDBUI.java&p1=manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/NavigationCombinedHSQLDBUI.java&r1=1579604&r2=1581822&rev=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/NavigationCombinedHSQLDBUI.java (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/NavigationCombinedHSQLDBUI.java Wed Mar 26 13:20:50 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.filesystem_tests;
+package org.apache.manifoldcf.crawler.connectors.filesystem.tests;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import org.apache.manifoldcf.agents.interfaces.*;

Copied: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/NavigationDerbyUI.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/NavigationDerbyUI.java)
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/NavigationDerbyUI.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/NavigationDerbyUI.java&p1=manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/NavigationDerbyUI.java&r1=1579604&r2=1581822&rev=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/NavigationDerbyUI.java (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/NavigationDerbyUI.java Wed Mar 26 13:20:50 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.filesystem_tests;
+package org.apache.manifoldcf.crawler.connectors.filesystem.tests;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import org.apache.manifoldcf.agents.interfaces.*;

Copied: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/NavigationUITester.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/NavigationUITester.java)
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/NavigationUITester.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/NavigationUITester.java&p1=manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/NavigationUITester.java&r1=1579604&r2=1581822&rev=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/NavigationUITester.java (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/NavigationUITester.java Wed Mar 26 13:20:50 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.filesystem_tests;
+package org.apache.manifoldcf.crawler.connectors.filesystem.tests;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import org.apache.manifoldcf.agents.interfaces.*;

Copied: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/SanityDerbyIT.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/SanityDerbyIT.java)
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/SanityDerbyIT.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/SanityDerbyIT.java&p1=manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/SanityDerbyIT.java&r1=1579604&r2=1581822&rev=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/SanityDerbyIT.java (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/SanityDerbyIT.java Wed Mar 26 13:20:50 2014
@@ -16,14 +16,14 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.filesystem_tests;
+package org.apache.manifoldcf.crawler.connectors.filesystem.tests;
 
 import java.io.*;
 import java.util.*;
 import org.junit.*;
 
 /** This is a very basic sanity check */
-public class SanityDerbyIT extends BaseDerby
+public class SanityDerbyIT extends BaseITDerby
 {
   protected SanityTester tester;
   

Copied: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/SanityHSQLDBIT.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/SanityHSQLDBIT.java)
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/SanityHSQLDBIT.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/SanityHSQLDBIT.java&p1=manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/SanityHSQLDBIT.java&r1=1579604&r2=1581822&rev=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/SanityHSQLDBIT.java (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/SanityHSQLDBIT.java Wed Mar 26 13:20:50 2014
@@ -16,14 +16,14 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.filesystem_tests;
+package org.apache.manifoldcf.crawler.connectors.filesystem.tests;
 
 import java.io.*;
 import java.util.*;
 import org.junit.*;
 
 /** This is a very basic sanity check */
-public class SanityHSQLDBIT extends BaseHSQLDB
+public class SanityHSQLDBIT extends BaseITHSQLDB
 {
   protected SanityTester tester;
   

Copied: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/SanityMySQLIT.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/SanityMySQLIT.java)
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/SanityMySQLIT.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/SanityMySQLIT.java&p1=manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/SanityMySQLIT.java&r1=1579604&r2=1581822&rev=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/SanityMySQLIT.java (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/SanityMySQLIT.java Wed Mar 26 13:20:50 2014
@@ -16,14 +16,14 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.filesystem_tests;
+package org.apache.manifoldcf.crawler.connectors.filesystem.tests;
 
 import java.io.*;
 import java.util.*;
 import org.junit.*;
 
 /** This is a very basic sanity check */
-public class SanityMySQLIT extends BaseMySQL
+public class SanityMySQLIT extends BaseITMySQL
 {
   protected SanityTester tester;
   

Copied: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/SanityPostgresqlIT.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/SanityPostgresqlIT.java)
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/SanityPostgresqlIT.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/SanityPostgresqlIT.java&p1=manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/SanityPostgresqlIT.java&r1=1579604&r2=1581822&rev=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/SanityPostgresqlIT.java (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/SanityPostgresqlIT.java Wed Mar 26 13:20:50 2014
@@ -16,14 +16,14 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.filesystem_tests;
+package org.apache.manifoldcf.crawler.connectors.filesystem.tests;
 
 import java.io.*;
 import java.util.*;
 import org.junit.*;
 
 /** This is a very basic sanity check */
-public class SanityPostgresqlIT extends BasePostgresql
+public class SanityPostgresqlIT extends BaseITPostgresql
 {
   protected SanityTester tester;
   

Copied: manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/SanityTester.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/SanityTester.java)
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/SanityTester.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/SanityTester.java&p1=manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/SanityTester.java&r1=1579604&r2=1581822&rev=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/SanityTester.java (original)
+++ manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/SanityTester.java Wed Mar 26 13:20:50 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.filesystem_tests;
+package org.apache.manifoldcf.crawler.connectors.filesystem.tests;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import org.apache.manifoldcf.agents.interfaces.*;

Copied: manifoldcf/branches/CONNECTORS-912/framework/agents/src/test/java/org/apache/manifoldcf/agents/tests/TestingOutputConnector.java (from r1581787, manifoldcf/branches/CONNECTORS-912/framework/pull-agent/src/test/java/org/apache/manifoldcf/crawler/tests/TestingOutputConnector.java)
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/framework/agents/src/test/java/org/apache/manifoldcf/agents/tests/TestingOutputConnector.java?p2=manifoldcf/branches/CONNECTORS-912/framework/agents/src/test/java/org/apache/manifoldcf/agents/tests/TestingOutputConnector.java&p1=manifoldcf/branches/CONNECTORS-912/framework/pull-agent/src/test/java/org/apache/manifoldcf/crawler/tests/TestingOutputConnector.java&r1=1581787&r2=1581822&rev=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/framework/pull-agent/src/test/java/org/apache/manifoldcf/crawler/tests/TestingOutputConnector.java (original)
+++ manifoldcf/branches/CONNECTORS-912/framework/agents/src/test/java/org/apache/manifoldcf/agents/tests/TestingOutputConnector.java Wed Mar 26 13:20:50 2014
@@ -16,12 +16,11 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.crawler.tests;
+package org.apache.manifoldcf.agents.tests;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import org.apache.manifoldcf.agents.interfaces.*;
-import org.apache.manifoldcf.crawler.interfaces.*;
-import org.apache.manifoldcf.crawler.system.ManifoldCF;
+import org.apache.manifoldcf.agents.system.ManifoldCF;
 
 import java.io.*;
 import java.util.*;

Modified: manifoldcf/branches/CONNECTORS-912/framework/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/framework/build.xml?rev=1581822&r1=1581821&r2=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/framework/build.xml (original)
+++ manifoldcf/branches/CONNECTORS-912/framework/build.xml Wed Mar 26 13:20:50 2014
@@ -1593,6 +1593,7 @@
         <copy todir="dist/test-lib">
             <fileset dir="../lib">
                 <include name="junit*.jar"/>
+                <include name="juli*.jar"/>
             </fileset>
             <fileset dir="build/test-jar">
                 <include name="mcf-core-tests.jar"/>

Modified: manifoldcf/branches/CONNECTORS-912/framework/pull-agent/src/test/java/org/apache/manifoldcf/crawler/tests/SchedulerHSQLDBTest.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/framework/pull-agent/src/test/java/org/apache/manifoldcf/crawler/tests/SchedulerHSQLDBTest.java?rev=1581822&r1=1581821&r2=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/framework/pull-agent/src/test/java/org/apache/manifoldcf/crawler/tests/SchedulerHSQLDBTest.java (original)
+++ manifoldcf/branches/CONNECTORS-912/framework/pull-agent/src/test/java/org/apache/manifoldcf/crawler/tests/SchedulerHSQLDBTest.java Wed Mar 26 13:20:50 2014
@@ -57,7 +57,7 @@ public class SchedulerHSQLDBTest extends
   @Override
   protected String[] getOutputClasses()
   {
-    return new String[]{"org.apache.manifoldcf.crawler.tests.TestingOutputConnector"};
+    return new String[]{"org.apache.manifoldcf.agents.tests.TestingOutputConnector"};
   }
   
   @Override

Modified: manifoldcf/branches/CONNECTORS-912/framework/pull-agent/src/test/java/org/apache/manifoldcf/crawler/tests/SchedulerTester.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/framework/pull-agent/src/test/java/org/apache/manifoldcf/crawler/tests/SchedulerTester.java?rev=1581822&r1=1581821&r2=1581822&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-912/framework/pull-agent/src/test/java/org/apache/manifoldcf/crawler/tests/SchedulerTester.java (original)
+++ manifoldcf/branches/CONNECTORS-912/framework/pull-agent/src/test/java/org/apache/manifoldcf/crawler/tests/SchedulerTester.java Wed Mar 26 13:20:50 2014
@@ -62,7 +62,7 @@ public class SchedulerTester
     IOutputConnection outputConn = outputMgr.create();
     outputConn.setName("Null Connection");
     outputConn.setDescription("Null Connection");
-    outputConn.setClassName("org.apache.manifoldcf.crawler.tests.TestingOutputConnector");
+    outputConn.setClassName("org.apache.manifoldcf.agents.tests.TestingOutputConnector");
     outputConn.setMaxConnections(100);
     // Now, save
     outputMgr.save(outputConn);