Browse Source

Update the set_serializer test to match the actual output.

tags/json-c-0.11-20130402
Eric Haszlakiewicz 13 years ago
parent
commit
4b1a0668a8
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      tests/test_set_serializer.expected

+ 1
- 0
tests/test_set_serializer.expected View File

@@ -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:


Loading…
Cancel
Save