You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2016/03/15 14:30:42 UTC

directory-fortress-commander git commit: change selenium test to localhost

Repository: directory-fortress-commander
Updated Branches:
  refs/heads/master acb32a7f3 -> 3ad90f904


change selenium test to localhost


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/commit/3ad90f90
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/tree/3ad90f90
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/diff/3ad90f90

Branch: refs/heads/master
Commit: 3ad90f904bf5cfa5f7c8ebd7687dc8135c3fe871
Parents: acb32a7
Author: Shawn McKinney <sm...@apache.org>
Authored: Tue Mar 15 08:30:35 2016 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Tue Mar 15 08:30:35 2016 -0500

----------------------------------------------------------------------
 .../fortress/web/integration/FortressWebSeleniumITCase.java     | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/3ad90f90/src/test/java/org/apache/directory/fortress/web/integration/FortressWebSeleniumITCase.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/directory/fortress/web/integration/FortressWebSeleniumITCase.java b/src/test/java/org/apache/directory/fortress/web/integration/FortressWebSeleniumITCase.java
index db29713..257e508 100644
--- a/src/test/java/org/apache/directory/fortress/web/integration/FortressWebSeleniumITCase.java
+++ b/src/test/java/org/apache/directory/fortress/web/integration/FortressWebSeleniumITCase.java
@@ -55,12 +55,9 @@ public class FortressWebSeleniumITCase
 
         // Use test local default:
         //baseUrl = "http://localhost:8081";
-        //baseUrl = "http://192.168.1.101:8080";
-        //baseUrl = "http://192.168.1.104:8080";
-        baseUrl = "http://10.71.6.18:8080";
 
         // tomcat default:
-        //baseUrl = "http://localhost:8080";
+        baseUrl = "http://localhost:8080";
         //baseUrl = "http://fortressdemo2.com:8080";
         // tomcat SSL:
         //baseUrl = "https://localhost:8443";