From commits-return-11700-archive-asf-public=cust-asf.ponee.io@syncope.apache.org Fri Jul 13 16:58:09 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 64557180626 for ; Fri, 13 Jul 2018 16:58:09 +0200 (CEST) Received: (qmail 62492 invoked by uid 500); 13 Jul 2018 14:58:08 -0000 Mailing-List: contact commits-help@syncope.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@syncope.apache.org Delivered-To: mailing list commits@syncope.apache.org Received: (qmail 62483 invoked by uid 99); 13 Jul 2018 14:58:08 -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; Fri, 13 Jul 2018 14:58:08 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D8DB6E0F7B; Fri, 13 Jul 2018 14:58:07 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: ilgrosso@apache.org To: commits@syncope.apache.org Date: Fri, 13 Jul 2018 14:58:07 -0000 Message-Id: <02b8be674f384bd9a12caabb7d65acad@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/7] syncope git commit: Fix whitespace Repository: syncope Updated Branches: refs/heads/2_0_X 68882c712 -> a4710ca6f refs/heads/2_1_X 5d0242611 -> 21c92719c refs/heads/master c14e9e4cc -> d6d8da66b Fix whitespace Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/5e4a368d Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/5e4a368d Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/5e4a368d Branch: refs/heads/2_0_X Commit: 5e4a368d564216b05605540ceac6ccdf75ccef35 Parents: 68882c7 Author: Francesco Chicchiriccò Authored: Fri Jul 13 14:45:37 2018 +0200 Committer: Francesco Chicchiriccò Committed: Fri Jul 13 14:45:37 2018 +0200 ---------------------------------------------------------------------- src/site/xdoc/building.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/5e4a368d/src/site/xdoc/building.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/building.xml b/src/site/xdoc/building.xml index ecabe39..c46917b 100644 --- a/src/site/xdoc/building.xml +++ b/src/site/xdoc/building.xml @@ -187,7 +187,7 @@ under the License.

Once started in debug mode, the test cases can be executed as follows: $ cd target/enduser-test - $ nodejs/node/node nodejs/bin/protractor protractor-conf.js +$ nodejs/node/node nodejs/bin/protractor protractor-conf.js where the actual tests to be run can be selected by modifying the protractor-conf.js content.