Return-Path: X-Original-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 52DF99F85 for ; Fri, 24 Feb 2012 21:20:25 +0000 (UTC) Received: (qmail 287 invoked by uid 500); 24 Feb 2012 21:20:25 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 261 invoked by uid 500); 24 Feb 2012 21:20:25 -0000 Mailing-List: contact callback-commits-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-commits@incubator.apache.org Received: (qmail 254 invoked by uid 99); 24 Feb 2012 21:20:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2012 21:20:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.114] (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2012 21:20:24 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 3298A812DD1; Fri, 24 Feb 2012 21:20:04 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: macdonst@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: spec commit: Change encodeURL to encodeURI in file.tests.js Message-Id: <20120224212004.3298A812DD1@tyr.zones.apache.org> Date: Fri, 24 Feb 2012 21:20:04 +0000 (UTC) Updated Branches: refs/heads/master 7993d648f -> 19ebf0e98 Change encodeURL to encodeURI in file.tests.js Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/commit/19ebf0e9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/tree/19ebf0e9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/diff/19ebf0e9 Branch: refs/heads/master Commit: 19ebf0e981877bedb6645be6e2ce139c196094ca Parents: 7993d64 Author: macdonst Authored: Fri Feb 24 16:19:58 2012 -0500 Committer: macdonst Committed: Fri Feb 24 16:19:58 2012 -0500 ---------------------------------------------------------------------- autotest/tests/file.tests.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/blob/19ebf0e9/autotest/tests/file.tests.js ---------------------------------------------------------------------- diff --git a/autotest/tests/file.tests.js b/autotest/tests/file.tests.js index 608b71f..7be5645 100644 --- a/autotest/tests/file.tests.js +++ b/autotest/tests/file.tests.js @@ -425,7 +425,7 @@ Tests.prototype.FileTests = function() { var dirURL = dirEntry.toURL(); // now encode URL and try to resolve - window.resolveLocalFileSystemURI(encodeURL(dirURL), testDirFromURL, that.fail); + window.resolveLocalFileSystemURI(encodeURI(dirURL), testDirFromURL, that.fail); }, testDirFromURL = function(directory) {