diff Resources/CodeGeneration/testCppHandler/test_data/test_Message2.json @ 686:0d42bda615a8 am-dev

fix codegen tests
author Alain Mazy <alain@mazy.be>
date Thu, 16 May 2019 16:45:10 +0200
parents 6405435480ae
children 342f3e04bfa9
line wrap: on
line diff
--- a/Resources/CodeGeneration/testCppHandler/test_data/test_Message2.json	Thu May 16 15:04:41 2019 +0200
+++ b/Resources/CodeGeneration/testCppHandler/test_data/test_Message2.json	Thu May 16 16:45:10 2019 +0200
@@ -5,13 +5,15 @@
       {
         "a": 42,
         "b": "Benjamin",
-        "c": 0,
-        "d": false
+        "c": "January",
+        "d": false,
+        "e": 0.1,
+        "f": -0.2
       },
       {
         "a": 43,
         "b": "Sandrine",
-        "c": 2
+        "c": "March"
       }
     ],
     "tutu": [
@@ -26,12 +28,12 @@
       "54": {
         "a": 43,
         "b": "Sandrine",
-        "c": 2
+        "c": "March"
       },
       "55": {
         "a": 42,
         "b": "Benjamin",
-        "c": 0,
+        "c": "January",
         "d": false
       }
     },