Return-Path: X-Original-To: apmail-manifoldcf-commits-archive@www.apache.org Delivered-To: apmail-manifoldcf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BB6811068E for ; Wed, 26 Mar 2014 18:31:57 +0000 (UTC) Received: (qmail 76535 invoked by uid 500); 26 Mar 2014 18:31:55 -0000 Delivered-To: apmail-manifoldcf-commits-archive@manifoldcf.apache.org Received: (qmail 76343 invoked by uid 500); 26 Mar 2014 18:31:52 -0000 Mailing-List: contact commits-help@manifoldcf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@manifoldcf.apache.org Delivered-To: mailing list commits@manifoldcf.apache.org Received: (qmail 76084 invoked by uid 99); 26 Mar 2014 18:31:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Mar 2014 18:31:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Mar 2014 18:31:49 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id F1BB72388860; Wed, 26 Mar 2014 18:31:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1581990 - in /manifoldcf/branches/CONNECTORS-912: connectors/hdfs/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/hdfs/tests/ tests/hdfs/src/test/java/org/apache/manifoldcf/hdfs_tests/ Date: Wed, 26 Mar 2014 18:31:28 -0000 To: commits@manifoldcf.apache.org From: kwright@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140326183128.F1BB72388860@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kwright Date: Wed Mar 26 18:31:28 2014 New Revision: 1581990 URL: http://svn.apache.org/r1581990 Log: Move hdfs tests into connector Added: manifoldcf/branches/CONNECTORS-912/connectors/hdfs/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/hdfs/tests/BaseUIDerby.java - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/hdfs/src/test/java/org/apache/manifoldcf/hdfs_tests/BaseUIDerby.java manifoldcf/branches/CONNECTORS-912/connectors/hdfs/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/hdfs/tests/NavigationDerbyUI.java - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/hdfs/src/test/java/org/apache/manifoldcf/hdfs_tests/NavigationDerbyUI.java manifoldcf/branches/CONNECTORS-912/connectors/hdfs/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/hdfs/tests/NavigationUITester.java - copied, changed from r1579604, manifoldcf/branches/CONNECTORS-912/tests/hdfs/src/test/java/org/apache/manifoldcf/hdfs_tests/NavigationUITester.java Removed: manifoldcf/branches/CONNECTORS-912/tests/hdfs/src/test/java/org/apache/manifoldcf/hdfs_tests/BaseUIDerby.java manifoldcf/branches/CONNECTORS-912/tests/hdfs/src/test/java/org/apache/manifoldcf/hdfs_tests/NavigationDerbyUI.java manifoldcf/branches/CONNECTORS-912/tests/hdfs/src/test/java/org/apache/manifoldcf/hdfs_tests/NavigationUITester.java Copied: manifoldcf/branches/CONNECTORS-912/connectors/hdfs/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/hdfs/tests/BaseUIDerby.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/hdfs/src/test/java/org/apache/manifoldcf/hdfs_tests/BaseUIDerby.java) URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/hdfs/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/hdfs/tests/BaseUIDerby.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/hdfs/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/hdfs/tests/BaseUIDerby.java&p1=manifoldcf/branches/CONNECTORS-912/tests/hdfs/src/test/java/org/apache/manifoldcf/hdfs_tests/BaseUIDerby.java&r1=1579604&r2=1581990&rev=1581990&view=diff ============================================================================== --- manifoldcf/branches/CONNECTORS-912/tests/hdfs/src/test/java/org/apache/manifoldcf/hdfs_tests/BaseUIDerby.java (original) +++ manifoldcf/branches/CONNECTORS-912/connectors/hdfs/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/hdfs/tests/BaseUIDerby.java Wed Mar 26 18:31:28 2014 @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.apache.manifoldcf.hdfs_tests; +package org.apache.manifoldcf.crawler.connectors.hdfs.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/hdfs/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/hdfs/tests/NavigationDerbyUI.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/hdfs/src/test/java/org/apache/manifoldcf/hdfs_tests/NavigationDerbyUI.java) URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/hdfs/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/hdfs/tests/NavigationDerbyUI.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/hdfs/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/hdfs/tests/NavigationDerbyUI.java&p1=manifoldcf/branches/CONNECTORS-912/tests/hdfs/src/test/java/org/apache/manifoldcf/hdfs_tests/NavigationDerbyUI.java&r1=1579604&r2=1581990&rev=1581990&view=diff ============================================================================== --- manifoldcf/branches/CONNECTORS-912/tests/hdfs/src/test/java/org/apache/manifoldcf/hdfs_tests/NavigationDerbyUI.java (original) +++ manifoldcf/branches/CONNECTORS-912/connectors/hdfs/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/hdfs/tests/NavigationDerbyUI.java Wed Mar 26 18:31:28 2014 @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.apache.manifoldcf.hdfs_tests; +package org.apache.manifoldcf.crawler.connectors.hdfs.tests; import org.apache.manifoldcf.core.interfaces.*; import org.apache.manifoldcf.agents.interfaces.*; Copied: manifoldcf/branches/CONNECTORS-912/connectors/hdfs/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/hdfs/tests/NavigationUITester.java (from r1579604, manifoldcf/branches/CONNECTORS-912/tests/hdfs/src/test/java/org/apache/manifoldcf/hdfs_tests/NavigationUITester.java) URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/hdfs/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/hdfs/tests/NavigationUITester.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/hdfs/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/hdfs/tests/NavigationUITester.java&p1=manifoldcf/branches/CONNECTORS-912/tests/hdfs/src/test/java/org/apache/manifoldcf/hdfs_tests/NavigationUITester.java&r1=1579604&r2=1581990&rev=1581990&view=diff ============================================================================== --- manifoldcf/branches/CONNECTORS-912/tests/hdfs/src/test/java/org/apache/manifoldcf/hdfs_tests/NavigationUITester.java (original) +++ manifoldcf/branches/CONNECTORS-912/connectors/hdfs/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/hdfs/tests/NavigationUITester.java Wed Mar 26 18:31:28 2014 @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.apache.manifoldcf.hdfs_tests; +package org.apache.manifoldcf.crawler.connectors.hdfs.tests; import org.apache.manifoldcf.core.interfaces.*; import org.apache.manifoldcf.agents.interfaces.*; @@ -84,7 +84,7 @@ public class NavigationUITester window = testerInstance.findWindow(null); form = window.findForm(testerInstance.createStringDescription("editconnection")); selectbox = form.findSelectbox(testerInstance.createStringDescription("classname")); - selectbox.selectValue(testerInstance.createStringDescription("org.apache.manifoldcf.agents.output.nullconnector.NullConnector")); + selectbox.selectValue(testerInstance.createStringDescription("org.apache.manifoldcf.agents.tests.TestingOutputConnector")); button = window.findButton(testerInstance.createStringDescription("Continue to next page")); button.click(); // Visit the Throttling tab