tests: fix savs of json related tests
authorAlexis Laferrière <alexis.laf@xymus.net>
Thu, 8 May 2014 15:36:49 +0000 (11:36 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Thu, 8 May 2014 15:39:03 +0000 (11:39 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

tests/sav/test_json.res [deleted file]
tests/sav/test_json_static.res [moved from tests/sav/test_json_static.nit with 100% similarity]

diff --git a/tests/sav/test_json.res b/tests/sav/test_json.res
deleted file mode 100644 (file)
index 146e88b..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-{"int":"1234","float":"0.123","str":"str","null": null}
-{"int":1234,"float":0.123400,"str":"str","null":null}
-{"arr":"123","obj":"{"int":"123","float":"-234.45"}"}
-{"arr":[1,2,3],"obj":{"int":123,"float":-234.449997}}
-{"arr":"12.3str","obj":"{"int":"123","float":"-234.45"}"}
-{"arr":[1,2.300000,null,"str"],"obj":{"int":123,"float":-234.449997}}