Author: kwright
Date: Tue Jul  9 20:19:55 2013
New Revision: 1501526

URL: http://svn.apache.org/r1501526
Log:
Fix test to match changes to filesystem connector.

Modified:
    
manifoldcf/trunk/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/NavigationUITester.java

Modified: 
manifoldcf/trunk/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/NavigationUITester.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/NavigationUITester.java?rev=1501526&r1=1501525&r2=1501526&view=diff
==============================================================================
--- 
manifoldcf/trunk/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/NavigationUITester.java
 (original)
+++ 
manifoldcf/trunk/tests/filesystem/src/test/java/org/apache/manifoldcf/filesystem_tests/NavigationUITester.java
 Tue Jul  9 20:19:55 2013
@@ -176,7 +176,7 @@ public class NavigationUITester
     form = window.findForm(testerInstance.createStringDescription("editjob"));
     radiobutton = 
form.findRadiobutton(testerInstance.createStringDescription("hopcountmode"),testerInstance.createStringDescription("2"));
     radiobutton.select();
-    link = window.findLink(testerInstance.createStringDescription("Paths 
tab"));
+    link = window.findLink(testerInstance.createStringDescription("Repository 
Paths tab"));
     link.click();
     // Add a record to the Paths list
     


Reply via email to