[ONOS-7957] Json output should not have quotes for int64/uint64 datatype
Change-Id: I63707d1bc41f6f5b42f899f4fb3d107cb1237d42
diff --git a/serializers/json/src/test/resources/testinput1.json b/serializers/json/src/test/resources/testinput1.json
index 583a57b..31452e9 100644
--- a/serializers/json/src/test/resources/testinput1.json
+++ b/serializers/json/src/test/resources/testinput1.json
@@ -11,8 +11,8 @@
"leaf4": 4,
"leaf5": 5,
"leaf6": 6,
- "leaf7": "7",
- "leaf8": "8",
+ "leaf7": 7,
+ "leaf8": 8,
"leaf9": true,
"leaf10": "-922337203685477580.8",
"ll1": [
@@ -48,8 +48,8 @@
80
],
"ll9": [
- "true",
- "false"
+ true,
+ false
],
"ll10": [
"-922337203685477580.8",