tests: fix deserialization test on pretty json with generics
authorAlexis Laferrière <alexis.laf@xymus.net>
Thu, 4 Aug 2016 14:39:52 +0000 (10:39 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Thu, 4 Aug 2016 16:26:26 +0000 (12:26 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

tests/sav/test_json_deserialization_alt3.res
tests/test_json_deserialization.nit

index c49a52a..3904578 100644 (file)
 }
 
 # Back in Nit:
-null
+<E: 2222>
 
 # Nit:
 <E: 33.33>
@@ -141,7 +141,7 @@ null
 }
 
 # Back in Nit:
-null
+<E: 33.33>
 
 # Nit:
 <G: hs: -1, 0; s: one, two; hm: one. 1, two. 2; am: three. 3, four. 4>
@@ -188,5 +188,5 @@ null
 }
 
 # Back in Nit:
-<G: hs: ; s: ; hm: ; am: >
+<G: hs: -1, 0; s: one, two; hm: one. 1, two. 2; am: three. 3, four. 4>
 
index 155a39c..6a06550 100644 (file)
@@ -15,6 +15,7 @@
 import test_deserialization
 import json::serialization
 #alt1# import test_deserialization_serial
+#alt3# import test_deserialization_serial
 
 var entities = new TestEntities