From: Eric Haszlakiewicz Date: Sun, 9 Sep 2012 18:53:12 +0000 (-0500) Subject: Update the set_serializer test to match the actual output. X-Git-Tag: json-c-0.11-20130402~44 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=4b1a0668a8b0a77de7a99ba5f2307ea907da041d;p=thirdparty%2Fjson-c.git Update the set_serializer test to match the actual output. --- diff --git a/tests/test_set_serializer.expected b/tests/test_set_serializer.expected index b91a0814..ad44a905 100644 --- a/tests/test_set_serializer.expected +++ b/tests/test_set_serializer.expected @@ -1,3 +1,4 @@ +Test setting, then resetting a custom serializer: my_object.to_string(standard)={ "abc": 12, "foo": "bar" } my_object.to_string(custom serializer)=Custom Output Next line of output should be from the custom freeit function: