Author: kwright
Date: Wed Mar 26 18:39:17 2014
New Revision: 1581999

URL: http://svn.apache.org/r1581999
Log:
Move jcifs tests to connector

Added:
    
manifoldcf/branches/CONNECTORS-912/connectors/jcifs/connector/src/test/java/org/
    
manifoldcf/branches/CONNECTORS-912/connectors/jcifs/connector/src/test/java/org/apache/
    
manifoldcf/branches/CONNECTORS-912/connectors/jcifs/connector/src/test/java/org/apache/manifoldcf/
    
manifoldcf/branches/CONNECTORS-912/connectors/jcifs/connector/src/test/java/org/apache/manifoldcf/crawler/
    
manifoldcf/branches/CONNECTORS-912/connectors/jcifs/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/
    
manifoldcf/branches/CONNECTORS-912/connectors/jcifs/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/sharedrive/
    
manifoldcf/branches/CONNECTORS-912/connectors/jcifs/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/sharedrive/tests/
    
manifoldcf/branches/CONNECTORS-912/connectors/jcifs/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/sharedrive/tests/BaseUIDerby.java
      - copied, changed from r1579604, 
manifoldcf/branches/CONNECTORS-912/tests/jcifs/src/test/java/org/apache/manifoldcf/jcifs_tests/BaseUIDerby.java
    
manifoldcf/branches/CONNECTORS-912/connectors/jcifs/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/sharedrive/tests/NavigationDerbyUI.java
      - copied, changed from r1579604, 
manifoldcf/branches/CONNECTORS-912/tests/jcifs/src/test/java/org/apache/manifoldcf/jcifs_tests/NavigationDerbyUI.java
Removed:
    
manifoldcf/branches/CONNECTORS-912/tests/jcifs/src/test/java/org/apache/manifoldcf/jcifs_tests/BaseUIDerby.java
    
manifoldcf/branches/CONNECTORS-912/tests/jcifs/src/test/java/org/apache/manifoldcf/jcifs_tests/NavigationDerbyUI.java

Copied: 
manifoldcf/branches/CONNECTORS-912/connectors/jcifs/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/sharedrive/tests/BaseUIDerby.java
 (from r1579604, 
manifoldcf/branches/CONNECTORS-912/tests/jcifs/src/test/java/org/apache/manifoldcf/jcifs_tests/BaseUIDerby.java)
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/jcifs/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/sharedrive/tests/BaseUIDerby.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/jcifs/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/sharedrive/tests/BaseUIDerby.java&p1=manifoldcf/branches/CONNECTORS-912/tests/jcifs/src/test/java/org/apache/manifoldcf/jcifs_tests/BaseUIDerby.java&r1=1579604&r2=1581999&rev=1581999&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-912/tests/jcifs/src/test/java/org/apache/manifoldcf/jcifs_tests/BaseUIDerby.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-912/connectors/jcifs/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/sharedrive/tests/BaseUIDerby.java
 Wed Mar 26 18:39:17 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.jcifs_tests;
+package org.apache.manifoldcf.crawler.connectors.sharedrive.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/jcifs/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/sharedrive/tests/NavigationDerbyUI.java
 (from r1579604, 
manifoldcf/branches/CONNECTORS-912/tests/jcifs/src/test/java/org/apache/manifoldcf/jcifs_tests/NavigationDerbyUI.java)
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/jcifs/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/sharedrive/tests/NavigationDerbyUI.java?p2=manifoldcf/branches/CONNECTORS-912/connectors/jcifs/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/sharedrive/tests/NavigationDerbyUI.java&p1=manifoldcf/branches/CONNECTORS-912/tests/jcifs/src/test/java/org/apache/manifoldcf/jcifs_tests/NavigationDerbyUI.java&r1=1579604&r2=1581999&rev=1581999&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-912/tests/jcifs/src/test/java/org/apache/manifoldcf/jcifs_tests/NavigationDerbyUI.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-912/connectors/jcifs/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/sharedrive/tests/NavigationDerbyUI.java
 Wed Mar 26 18:39:17 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.jcifs_tests;
+package org.apache.manifoldcf.crawler.connectors.sharedrive.tests;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import org.apache.manifoldcf.agents.interfaces.*;
@@ -77,7 +77,7 @@ public class NavigationDerbyUI extends B
     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


Reply via email to