Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D952BD991 for ; Mon, 9 Jul 2012 21:31:31 +0000 (UTC) Received: (qmail 91804 invoked by uid 500); 9 Jul 2012 21:31:31 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 91784 invoked by uid 500); 9 Jul 2012 21:31:31 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 91776 invoked by uid 99); 9 Jul 2012 21:31:31 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jul 2012 21:31:31 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 6F9F9D133; Mon, 9 Jul 2012 21:31:31 +0000 (UTC) From: Git at Apache To: callback-dev@incubator.apache.org Subject: incubator-cordova-mobile-spec pull request: Changed file and all autotest p... Content-Type: text/plain Message-Id: <20120709213131.6F9F9D133@tyr.zones.apache.org> Date: Mon, 9 Jul 2012 21:31:31 +0000 (UTC) GitHub user filmaj opened a pull request: https://github.com/apache/incubator-cordova-mobile-spec/pull/8 Changed file and all autotest page bootup sequence The "all" and "file" autotest pages need a better cleanup sequence before firing off the tests. I.e.: deleting everything in the PERSISTENT and TEMPORARY folders before running the tests. Question for various platforms: is this safe to do? This would be a standard thing to do in a web application. I am afraid that certain platforms will give access to shared or otherwise sensitive file system locations where basically running `rm -rf ./*` within the context of those file systems would be a pretty stupid thing to do. If so: that should be fixed! You can merge this pull request into a Git repository by running: $ git pull https://github.com/filmaj/incubator-cordova-mobile-spec ripple Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-cordova-mobile-spec/pull/8.patch ---- commit 62c284c77a0d9045a0ec1ac5730cee595a029c44 Author: Fil Maj Date: 2012-07-09T14:20:39-07:00 Changed file and all autotest page bootup sequence. We need to clean up the FileSystem before we can run tests (what if there are leftover directories/files from a previous run?) ----