Repository: olingo-odata4-js Updated Branches: refs/heads/master 191d1c288 -> 31a19cca2
[OLINGO-238] adopt tests/odata-handler-tests.js II Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/repo Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/commit/31a19cca Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/tree/31a19cca Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/diff/31a19cca Branch: refs/heads/master Commit: 31a19cca2cf8cab74219f7b5e7315912b9c7501f Parents: 191d1c2 Author: Sven Kobler <[email protected]> Authored: Fri May 16 15:39:20 2014 +0200 Committer: Sven Kobler <[email protected]> Committed: Fri May 16 15:39:20 2014 +0200 ---------------------------------------------------------------------- datajs/Gruntfile.js | 7 ------- 1 file changed, 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/blob/31a19cca/datajs/Gruntfile.js ---------------------------------------------------------------------- diff --git a/datajs/Gruntfile.js b/datajs/Gruntfile.js index dc082d1..0dabb0f 100644 --- a/datajs/Gruntfile.js +++ b/datajs/Gruntfile.js @@ -52,13 +52,6 @@ module.exports = function(grunt) { }, connect: { proxies: [{ - context: "/sap/bc/ds/odata/v2/", // When the url contains this... - host: "ldcigmd.wdf.sap.corp", - changeOrigin: true, - https: true, - port: 44355, - rejectUnauthorized: false, - },{ context: "/tests/endpoints/", // When the url contains this... host: "localhost", changeOrigin: true,
