You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by il...@apache.org on 2014/03/07 10:09:26 UTC

[37/57] [abbrv] git commit: White noise: formatting

White noise: formatting


Project: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/commit/04855436
Tree: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/tree/04855436
Diff: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/diff/04855436

Branch: refs/heads/master
Commit: 04855436611f2aa511da8766537a769ce9a9c381
Parents: cdb520e
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri Feb 28 09:51:19 2014 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Feb 28 09:51:19 2014 +0100

----------------------------------------------------------------------
 .../src/test/resources/minimalEntity.json       |  35 +-
 .../olingo/odata4/client/core/v3/metadata.xml   | 701 ++++++++++++++++++-
 2 files changed, 720 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/blob/04855436/odata4-lib/odata4-client-core/src/test/resources/minimalEntity.json
----------------------------------------------------------------------
diff --git a/odata4-lib/odata4-client-core/src/test/resources/minimalEntity.json b/odata4-lib/odata4-client-core/src/test/resources/minimalEntity.json
index abd9b9e..a6bd671 100644
--- a/odata4-lib/odata4-client-core/src/test/resources/minimalEntity.json
+++ b/odata4-lib/odata4-client-core/src/test/resources/minimalEntity.json
@@ -1,16 +1,21 @@
 {
-"odata.context": "http://host/service/$metadata#Customers/$entity", "odata.id": "Customers('ALFKI')",
-"odata.etag": "W/\"MjAxMy0wNS0yN1QxMTo1OFo=\"",
-"odata.editLink": "Customers('ALFKI')", "Orders@odata.navigationLink": "Customers('ALFKI')/Orders", "Orders@odata.associationLink": "Customers('ALFKI')/Orders/$ref", "ID": "ALFKI",
-"CompanyName": "Alfreds Futterkiste",
-"ContactName": "Maria Anders",
-"ContactTitle": "Sales Representative",
-"Phone": "030-0074321",
-"Fax": "030-0076545",
-"Address": {
-"Street": "Obere Str. 57",
-"City": "Berlin",
-"Region": null,
-"PostalCode": "D-12209",
-"Country@odata.navigationLink": "Customers('ALFKI')/Address/Country", "Country@odata.associationLink":"Customers('ALFKI')/Address/Country/$ref",
-} }
\ No newline at end of file
+  "odata.context": "http://host/service/$metadata#Customers/$entity", "odata.id": "Customers('ALFKI')",
+  "odata.etag": "W/\"MjAxMy0wNS0yN1QxMTo1OFo=\"",
+  "odata.editLink": "Customers('ALFKI')",
+  "Orders@odata.navigationLink": "Customers('ALFKI')/Orders",
+  "Orders@odata.associationLink": "Customers('ALFKI')/Orders/$ref",
+  "ID": "ALFKI",
+  "CompanyName": "Alfreds Futterkiste",
+  "ContactName": "Maria Anders",
+  "ContactTitle": "Sales Representative",
+  "Phone": "030-0074321",
+  "Fax": "030-0076545",
+  "Address": {
+    "Street": "Obere Str. 57",
+    "City": "Berlin",
+    "Region": null,
+    "PostalCode": "D-12209",
+    "Country@odata.navigationLink": "Customers('ALFKI')/Address/Country", 
+    "Country@odata.associationLink": "Customers('ALFKI')/Address/Country/$ref"
+  }
+}