Repository: olingo-odata4-js Updated Branches: refs/heads/master 27f830e61 -> e88f07915
[OLINGO-442] Remove directory 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/e88f0791 Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/tree/e88f0791 Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/diff/e88f0791 Branch: refs/heads/master Commit: e88f0791516e17762d6c57c506327878a54097c6 Parents: 27f830e Author: Sven Kobler <[email protected]> Authored: Wed Mar 25 14:12:08 2015 +0100 Committer: Sven Kobler <[email protected]> Committed: Wed Mar 25 14:12:08 2015 +0100 ---------------------------------------------------------------------- package.json | 2 +- tests/info.txt | 24 ++++++++++++++++++++++-- 2 files changed, 23 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/blob/e88f0791/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 044cb81..ae0a694 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "odatajs", "version": "4.0.0", - "postfix": "", + "postfix": "RC-01", "releaseCandidate": "", "title": "Olingo OData Client for JavaScript", "description": "the Olingo OData Client for JavaScript library is a new cross-browser JavaScript library that enables data-centric web applications by leveraging modern protocols such as JSON and OData and HTML5-enabled browser features. It's designed to be small, fast and easy to use.", http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/blob/e88f0791/tests/info.txt ---------------------------------------------------------------------- diff --git a/tests/info.txt b/tests/info.txt index 3988c7c..17cbc65 100644 --- a/tests/info.txt +++ b/tests/info.txt @@ -1,10 +1,11 @@ +Chrome 41 and Firefox 35 *OK 115 / 125 odata-batch-functional-tests.html *OK 904 / 904 odata-cache-filter-functional-tests.html *OK 12 / 12 odata-cache-fperf-tests.html *OK 1062 / 1062 odata-cache-functional-tests.html *OK 42 / 42 odata-cache-rx-functional-tests.html *OK odata-fuzz.html -*OK 1 / 1 odata-json-parse-tests.html +*OK 27 / 27 odata-json-parse-tests.html *OK 16 / 16 odata-links-functional-tests.html FAIL 23 / 52 odata-metadata-awareness-functional-tests.html ----> Tests 1-6 OK; Accepted: Tests 7-27 are using old __metadata *OK 36 / 36 odata-perf-tests.html @@ -14,5 +15,24 @@ FAIL 0 / 31 odata-read-crossdomain-functional-tests.html ----> Accepted: ca *OK 52/ 52 odata-request-functional-tests.html *OK 41/ 42 odatajs-cache-large-collection-functional-tests.html ------> Accepted: one timeout on server side, no bug on client side FAIL odatajs-cache-long-haul-tests.html -------> Accepted: uses netflix -*OK 1/ 1 odatajs-startup-perf-test.html +*OK 2/ 2 odatajs-startup-perf-test.html ?? test-manager.html + + +Test results by IE on win8.1: +*OK 115 / 115 passed, 0 failed. odata-batch-functional-tests.html +*OK 904 / 904 passed, 0 failed. odata-cache-filter-functional-tests.html +*OK 12 / 12 passed, 0 failed. odata-cache-fperf-tests.html +*OK 1062 / 1062 passed, 0 failed. odata-cache-functional-tests.html +*OK 42 / 42 passed, 0 failed. odata-cache-rx-functional-tests.html +*OK odata-fuzz.html +*OK 27 / 27 passed, 0 failed. odata-json-parse-tests.html +*OK 16 / 16 passed, 0 failed. odata-links-functional-tests.html +*OK 23 / 52 passed, 29 failed. odata-metadata-awareness-functional-tests.html ---> Test 1-6 OK. +*OK 36 / 36 passed, 0 failed. odata-perf-tests.html +*OK 975 / 975 passed, 0 failed. odata-qunit-tests.htm + 15 / 44 passed, 29 failed. odata-read-crossdomain-functional-tests.html ---> +*OK 124 / 124 passed, 0 failed. odata-read-functional-tests.html +*OK 52 / 52 passed, 0 failed. odata-request-functional-tests.html +*OK 41 / 42 passed, 1 failed. odatajs-cache-large-collection-functional-tests.html ---> 1 case timeout +*OK 2 / 2 passed, 0 failed. odatajs-startup-perf-test.html
