JSON error in unit tests
Reported by Joshua Vickery | January 26th, 2009 @ 08:39 AM | in ObjectiveResource 1.0
Not a problem for the tests, but it looks like we aren't handling an exception very well:
2009-01-26 08:39:01.421 Unit Tests[25526:20b] Error Domain=org.brautaset.JSON.ErrorDomain Code=11 UserInfo=0x443c3a0 "Unexpected end of string"
Comments and changes to this ticket
-
jjburka January 26th, 2009 @ 08:48 AM
- Assigned user set to jjburka
-
Ryan Daigle January 26th, 2009 @ 11:09 AM
(from [75e756a6cc98e92197df740b3550a93fea408ab1]) [#17] if updating an object and the server doesn't return data to parse, don't parse http://github.com/yfactorial/obj...
-
jjburka January 26th, 2009 @ 11:11 AM
- Assigned user changed from jjburka to Joshua Vickery
the xml parser seems to do ok with passing no data into it , but the JSon complains.
-
Joshua Vickery January 26th, 2009 @ 02:45 PM
- State changed from new to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Port of Rails' ActiveResource framework to the iPhone.
People watching this ticket
Referenced by
- 17 JSON error in unit tests (from [75e756a6cc98e92197df740b3550a93fea408ab1]) [#17] i...