Author: kwright
Date: Tue Jun 17 15:00:23 2014
New Revision: 1603195

URL: http://svn.apache.org/r1603195
Log:
Missed a test fix

Modified:
    
manifoldcf/branches/CONNECTORS-962/connectors/gts/connector/src/test/java/org/apache/manifoldcf/agents/output/gts/tests/NavigationDerbyUI.java

Modified: 
manifoldcf/branches/CONNECTORS-962/connectors/gts/connector/src/test/java/org/apache/manifoldcf/agents/output/gts/tests/NavigationDerbyUI.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-962/connectors/gts/connector/src/test/java/org/apache/manifoldcf/agents/output/gts/tests/NavigationDerbyUI.java?rev=1603195&r1=1603194&r2=1603195&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-962/connectors/gts/connector/src/test/java/org/apache/manifoldcf/agents/output/gts/tests/NavigationDerbyUI.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-962/connectors/gts/connector/src/test/java/org/apache/manifoldcf/agents/output/gts/tests/NavigationDerbyUI.java
 Tue Jun 17 15:00:23 2014
@@ -148,8 +148,14 @@ public class NavigationDerbyUI extends B
     // Select the connections
     window = testerInstance.findWindow(null);
     form = window.findForm(testerInstance.createStringDescription("editjob"));
-    selectbox = 
form.findSelectbox(testerInstance.createStringDescription("outputname"));
+    selectbox = 
form.findSelectbox(testerInstance.createStringDescription("output_connectionname"));
     
selectbox.selectValue(testerInstance.createStringDescription("MyOutputConnection"));
+    selectbox = 
form.findSelectbox(testerInstance.createStringDescription("output_precedent"));
+    selectbox.selectValue(testerInstance.createStringDescription("-1"));
+    button = window.findButton(testerInstance.createStringDescription("Add an 
output"));
+    button.click();
+    window = testerInstance.findWindow(null);
+    form = window.findForm(testerInstance.createStringDescription("editjob"));
     selectbox = 
form.findSelectbox(testerInstance.createStringDescription("connectionname"));
     
selectbox.selectValue(testerInstance.createStringDescription("MyRepositoryConnection"));
     button = 
window.findButton(testerInstance.createStringDescription("Continue to next 
screen"));


Reply via email to