Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-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 C316A17A1B for ; Fri, 30 Jan 2015 16:43:34 +0000 (UTC) Received: (qmail 52897 invoked by uid 500); 30 Jan 2015 16:43:35 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 52860 invoked by uid 500); 30 Jan 2015 16:43:35 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 52851 invoked by uid 99); 30 Jan 2015 16:43:35 -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, 30 Jan 2015 16:43:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 49D4BE00B2; Fri, 30 Jan 2015 16:43:35 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agrieve@apache.org To: commits@cordova.apache.org Date: Fri, 30 Jan 2015 16:43:35 -0000 Message-Id: <585d2c49cee34c7e9bdf7660d99d7927@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/5] android commit: Paste in the command for downloading robotium in tests readme Repository: cordova-android Updated Branches: refs/heads/master 37617c67f -> bf327f391 Paste in the command for downloading robotium in tests readme Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/efeeef21 Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/efeeef21 Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/efeeef21 Branch: refs/heads/master Commit: efeeef214b93069424ebf5b575b6a2c69800dae9 Parents: 37617c6 Author: Andrew Grieve Authored: Fri Jan 30 10:17:18 2015 -0500 Committer: Andrew Grieve Committed: Fri Jan 30 10:17:18 2015 -0500 ---------------------------------------------------------------------- test/README.md | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/efeeef21/test/README.md ---------------------------------------------------------------------- diff --git a/test/README.md b/test/README.md index 1ef3950..700cee2 100755 --- a/test/README.md +++ b/test/README.md @@ -47,6 +47,8 @@ Robotium has to be installed for the onScrollChanged tests to work correctly. I found at https://code.google.com/p/robotium/ and the jar should be put in the 'androidTests/libs' directory'. + mkdir -p androidTests/libs && curl 'http://dl.bintray.com/robotium/generic/robotium-solo-5.2.1.jar' > androidTests/libs/robotium-solo-5.2.1.jar + ## Running To run manual tests: --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org