Repository: olingo-odata4-js Updated Branches: refs/heads/master 9b8b0e461 -> 453e686e0
[OLINGO-238] adopt tests/odata-cache-functional-tests.js 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/453e686e Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/tree/453e686e Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/diff/453e686e Branch: refs/heads/master Commit: 453e686e039af7f59c2be2bda06b4f22901efcb9 Parents: 9b8b0e4 Author: Sven Kobler <[email protected]> Authored: Mon May 26 16:07:36 2014 +0200 Committer: Sven Kobler <[email protected]> Committed: Mon May 26 16:07:36 2014 +0200 ---------------------------------------------------------------------- datajs/tests/odata-cache-functional-tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/blob/453e686e/datajs/tests/odata-cache-functional-tests.js ---------------------------------------------------------------------- diff --git a/datajs/tests/odata-cache-functional-tests.js b/datajs/tests/odata-cache-functional-tests.js index 4d83d46..94c81e3 100644 --- a/datajs/tests/odata-cache-functional-tests.js +++ b/datajs/tests/odata-cache-functional-tests.js @@ -316,7 +316,7 @@ this.createAndAddCache = function (options) { /// <summary>Returns a cache created from the options object and </summary> /// <param name="options" type="Object">Object to create a cache from.</param> - var cache = datajs.createDataCache(options); + var cache = datajs.cache.createDataCache(options); this.caches.push({ name: options.name, cache: cache }); return cache; };
