summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEric Haszlakiewicz <erh+git@nimenees.com>2012-09-09 13:53:12 -0500
committerEric Haszlakiewicz <erh+git@nimenees.com>2012-09-09 13:53:12 -0500
commit4b1a0668a8b0a77de7a99ba5f2307ea907da041d (patch)
tree72881f593897cac5236b1b431f24ca986a96153c /tests
parent38f421a2e7f4453bdc7f206681dbcbfb1b00de4c (diff)
downloadjson-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.expected1
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: