Author: kwright
Date: Wed Mar 26 14:22:22 2014
New Revision: 1581858
URL: http://svn.apache.org/r1581858
Log:
Fix tests
Modified:
manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/APISanityTester.java
manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/BigCrawlTester.java
manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/ExpirationTester.java
manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/HopcountTester.java
manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/NavigationUITester.java
manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/filesystem/tests/SanityTester.java
Modified:
manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/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?rev=1581858&r1=1581857&r2=1581858&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/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 14:22:22 2014
@@ -103,7 +103,7 @@ public class APISanityTester
connectionObject.addChild(connectionObject.getChildCount(),child);
child = new ConfigurationNode("class_name");
-
child.setValue("org.apache.manifoldcf.agents.output.nullconnector.NullConnector");
+
child.setValue("org.apache.manifoldcf.agents.tests.TestingOutputConnector");
connectionObject.addChild(connectionObject.getChildCount(),child);
child = new ConfigurationNode("description");
Modified:
manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/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?rev=1581858&r1=1581857&r2=1581858&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/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 14:22:22 2014
@@ -112,7 +112,7 @@ public class BigCrawlTester
IOutputConnection outputConn = outputMgr.create();
outputConn.setName("Null Connection");
outputConn.setDescription("Null Connection");
-
outputConn.setClassName("org.apache.manifoldcf.agents.output.nullconnector.NullConnector");
+
outputConn.setClassName("org.apache.manifoldcf.agents.tests.TestingOutputConnector");
outputConn.setMaxConnections(100);
// Now, save
outputMgr.save(outputConn);
Modified:
manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/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?rev=1581858&r1=1581857&r2=1581858&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/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 14:22:22 2014
@@ -73,7 +73,7 @@ public class ExpirationTester
IOutputConnection outputConn = outputMgr.create();
outputConn.setName("Null Connection");
outputConn.setDescription("Null Connection");
-
outputConn.setClassName("org.apache.manifoldcf.agents.output.nullconnector.NullConnector");
+
outputConn.setClassName("org.apache.manifoldcf.agents.tests.TestingOutputConnector");
outputConn.setMaxConnections(100);
// Now, save
outputMgr.save(outputConn);
Modified:
manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/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?rev=1581858&r1=1581857&r2=1581858&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/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 14:22:22 2014
@@ -73,7 +73,7 @@ public class HopcountTester
IOutputConnection outputConn = outputMgr.create();
outputConn.setName("Null Connection");
outputConn.setDescription("Null Connection");
-
outputConn.setClassName("org.apache.manifoldcf.agents.output.nullconnector.NullConnector");
+
outputConn.setClassName("org.apache.manifoldcf.agents.tests.TestingOutputConnector");
outputConn.setMaxConnections(100);
// Now, save
outputMgr.save(outputConn);
Modified:
manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/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?rev=1581858&r1=1581857&r2=1581858&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/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 14:22:22 2014
@@ -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
Modified:
manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/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?rev=1581858&r1=1581857&r2=1581858&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-912/connectors/filesystem/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/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 14:22:22 2014
@@ -73,7 +73,7 @@ public class SanityTester
IOutputConnection outputConn = outputMgr.create();
outputConn.setName("Null Connection");
outputConn.setDescription("Null Connection");
-
outputConn.setClassName("org.apache.manifoldcf.agents.output.nullconnector.NullConnector");
+
outputConn.setClassName("org.apache.manifoldcf.agents.tests.TestingOutputConnector");
outputConn.setMaxConnections(100);
// Now, save
outputMgr.save(outputConn);