diff options
author | Eric Haszlakiewicz <erh+git@nimenees.com> | 2012-09-09 13:53:12 -0500 |
---|---|---|
committer | Eric Haszlakiewicz <erh+git@nimenees.com> | 2012-09-09 13:53:12 -0500 |
commit | 4b1a0668a8b0a77de7a99ba5f2307ea907da041d (patch) | |
tree | 72881f593897cac5236b1b431f24ca986a96153c /tests | |
parent | 38f421a2e7f4453bdc7f206681dbcbfb1b00de4c (diff) | |
download | json-c-4b1a0668a8b0a77de7a99ba5f2307ea907da041d.tar.gz |
Update the set_serializer test to match the actual output.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_set_serializer.expected | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_set_serializer.expected b/tests/test_set_serializer.expected index b91a081..ad44a90 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: |