Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id DBE2B200C61 for ; Tue, 25 Apr 2017 14:38:28 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DA94F160BB3; Tue, 25 Apr 2017 12:38:28 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2E041160B9E for ; Tue, 25 Apr 2017 14:38:28 +0200 (CEST) Received: (qmail 65711 invoked by uid 500); 25 Apr 2017 12:38:25 -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 65702 invoked by uid 99); 25 Apr 2017 12:38:25 -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, 25 Apr 2017 12:38:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5DD86DFE61; Tue, 25 Apr 2017 12:38:25 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: alsorokin@apache.org To: commits@cordova.apache.org Message-Id: <389201e521b34763a6570c0f4e09d222@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cordova-plugin-camera git commit: CB-12650: Fix manual test for uploading image Date: Tue, 25 Apr 2017 12:38:25 +0000 (UTC) archived-at: Tue, 25 Apr 2017 12:38:29 -0000 Repository: cordova-plugin-camera Updated Branches: refs/heads/master eb98015e8 -> a33c35152 CB-12650: Fix manual test for uploading image Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/a33c3515 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/a33c3515 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/a33c3515 Branch: refs/heads/master Commit: a33c35152e806811350a1e1aff35a6e5e0a27249 Parents: eb98015 Author: Nikita Matrosov Authored: Wed Apr 12 16:54:39 2017 +0300 Committer: Alexander Sorokin Committed: Tue Apr 25 15:25:20 2017 +0300 ---------------------------------------------------------------------- tests/plugin.xml | 2 +- tests/tests.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/a33c3515/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index f7e902a..7b39371 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -26,7 +26,7 @@ Cordova Camera Plugin Tests Apache 2.0 - + http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/a33c3515/tests/tests.js ---------------------------------------------------------------------- diff --git a/tests/tests.js b/tests/tests.js index 222a839..0c85188 100644 --- a/tests/tests.js +++ b/tests/tests.js @@ -177,7 +177,7 @@ exports.defineManualTests = function (contentEl, createActionButton) { ft.onprogress = function (progressEvent) { console.log('progress: ' + progressEvent.loaded + ' of ' + progressEvent.total); }; - var server = "http://cordova-filetransfer.jitsu.com"; + var server = "http://sheltered-retreat-43956.herokuapp.com"; ft.upload(pictureUrl, server + '/upload', win, fail, options); function win(information_back) { --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org