Author: kwright
Date: Sun Mar 19 10:43:04 2017
New Revision: 1787608

URL: http://svn.apache.org/viewvc?rev=1787608&view=rev
Log:
Fix the output connector specified

Modified:
    
manifoldcf/branches/CONNECTORS-1196-2/connectors/rss/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/rss/tests/NavigationHSQLDBUI.java

Modified: 
manifoldcf/branches/CONNECTORS-1196-2/connectors/rss/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/rss/tests/NavigationHSQLDBUI.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1196-2/connectors/rss/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/rss/tests/NavigationHSQLDBUI.java?rev=1787608&r1=1787607&r2=1787608&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1196-2/connectors/rss/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/rss/tests/NavigationHSQLDBUI.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1196-2/connectors/rss/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/rss/tests/NavigationHSQLDBUI.java
 Sun Mar 19 10:43:04 2017
@@ -60,7 +60,7 @@ public class NavigationHSQLDBUI extends
 
     // Select a type
     testerInstance.waitForElementWithName("classname");
-    
testerInstance.selectValue("classname","org.apache.manifoldcf.agents.output.nullconnector.NullConnector");
+    
testerInstance.selectValue("classname","org.apache.manifoldcf.agents.tests.TestingOutputConnector");
     testerInstance.clickButton("Continue");
 
     // Visit the Throttling tab


Reply via email to