Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3B2AF188BE for ; Tue, 15 Mar 2016 13:30:43 +0000 (UTC) Received: (qmail 99049 invoked by uid 500); 15 Mar 2016 13:30:43 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 98976 invoked by uid 500); 15 Mar 2016 13:30:42 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 98967 invoked by uid 99); 15 Mar 2016 13:30:42 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Mar 2016 13:30:42 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4DC4EDFA6F; Tue, 15 Mar 2016 13:30:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: smckinney@apache.org To: commits@directory.apache.org Message-Id: <70240982797145f0a325d26254f688eb@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: directory-fortress-commander git commit: change selenium test to localhost Date: Tue, 15 Mar 2016 13:30:42 +0000 (UTC) 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 Authored: Tue Mar 15 08:30:35 2016 -0500 Committer: Shawn McKinney 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";