From: Alexis Laferrière Date: Wed, 21 Oct 2015 00:23:16 +0000 (-0400) Subject: Revert "tests: update deserializations tests with nitce because fixed autoinit fix... X-Git-Tag: v0.7.9~17^2 X-Git-Url: http://nitlanguage.org Revert "tests: update deserializations tests with nitce because fixed autoinit fix things" This reverts commit 61d0c58a7bc53d6086e873fb4dd7d13cc985ca66. Signed-off-by: Alexis Laferrière --- diff --git a/tests/sav/nitce/test_binary_deserialization_alt1.res b/tests/sav/nitce/test_binary_deserialization_alt1.res index 2c6e10c..4d4a3a0 100644 --- a/tests/sav/nitce/test_binary_deserialization_alt1.res +++ b/tests/sav/nitce/test_binary_deserialization_alt1.res @@ -32,5 +32,5 @@ Deserialization Error: Doesn't know how to deserialize class "HashSet", Deserial # Src: # Dst: - + diff --git a/tests/sav/nitce/test_json_deserialization_alt1.res b/tests/sav/nitce/test_json_deserialization_alt1.res index d3738c4..7681dab 100644 --- a/tests/sav/nitce/test_json_deserialization_alt1.res +++ b/tests/sav/nitce/test_json_deserialization_alt1.res @@ -70,5 +70,5 @@ null {"__kind": "obj", "__id": 0, "__class": "G", "hs": {"__kind": "obj", "__id": 1, "__class": "HashSet", "__items": [-1, 0]}, "s": {"__kind": "obj", "__id": 2, "__class": "ArraySet", "__items": ["one", "two"]}, "hm": {"__kind": "obj", "__id": 3, "__class": "HashMap", "__length": 2, "__keys": ["one", "two"], "__values": [1, 2]}, "am": {"__kind": "obj", "__id": 4, "__class": "ArrayMap", "__length": 2, "__keys": ["three", "four"], "__values": ["3", "4"]}} # Back in Nit: - +