update tests to run with both JSON and XML
Reported by Joshua Vickery | January 29th, 2009 @ 02:27 PM | in ObjectiveResource 1.01
right now they only run either JSON or XML, we should be testing with both
One option might be to split out the parsing tests into ObjectiveSupport.
Comments and changes to this ticket
-
jjburka February 1st, 2009 @ 05:38 PM
- Assigned user set to jjburka
-
Ryan Daigle February 4th, 2009 @ 04:54 PM
Is this done? If not, is it required for 1.0, which we're hoping to announce tomorrow?
-
jjburka February 4th, 2009 @ 07:10 PM
- Milestone cleared.
- Assigned user cleared.
-
jjburka February 16th, 2009 @ 10:13 AM
- Milestone set to ObjectiveResource 1.01
- Assigned user set to jjburka
-
Ryan Daigle February 17th, 2009 @ 01:34 PM
(from [aa08bebf52b18782998d5fe7c5c29e98f8625f5f]) [#40] handle multi word class names , [#23] added unit tests for json and xml serialization and deserialization. Improved serialization of NSNumber , added a way to format NSDate serialization http://github.com/yfactorial/obj...
-
jjburka February 17th, 2009 @ 01:39 PM
- Assigned user changed from jjburka to Joshua Vickery
I updated all the unit tests to use supported types. all the unit tests in OR pass with these changes
-
jjburka February 17th, 2009 @ 01:43 PM
the only big difference between rails xml and ours when serializing is nil objects don't create <element type="type" nil="true"> just <element>
-
Joshua Vickery February 18th, 2009 @ 12:52 PM
- Assigned user changed from Joshua Vickery to jjburka
all good, see comments on #40
-
jjburka February 18th, 2009 @ 04:42 PM
- State changed from new to resolved
-
Joshua Vickery February 19th, 2009 @ 07:16 AM
- State changed from resolved to open
looks like this broke the sample app: http://groups.google.com/group/o...
-
Joshua Vickery February 19th, 2009 @ 07:34 AM
- Assigned user changed from jjburka to Joshua Vickery
-
Joshua Vickery February 19th, 2009 @ 07:46 AM
- Assigned user changed from Joshua Vickery to jjburka
I wonder if we shouldn't roll the NSNumber fix back for 1.01 since it changes the way things work in 1.0 pretty significantly.
We can move it to 1.1 - what do you think James?
-
jjburka February 19th, 2009 @ 09:22 AM
rollback the isEqualToRemote fix? We honestly should pick either NSString or NSNumber for the id and stick with that. And all the methods expect a NSString so the easiest thing to do would be to use NSString for now
-
Joshua Vickery February 19th, 2009 @ 09:29 AM
I mean comment out this: http://github.com/yfactorial/obj...
until 1.1 and the test that breaks because of it.
For 1.1 we really need to switch to NSNumber, since that's what Rails provides by default.
-
Ryan Daigle February 19th, 2009 @ 10:08 AM
(from [7164876628f8184bd00639dcd4b0371b26da3cc3]) [#23] remove number support http://github.com/yfactorial/obj...
-
Ryan Daigle February 19th, 2009 @ 10:19 AM
(from [0321b10a18a157f6169977c5aa91ed7344b460d0]) [#45] cleaned up person , [#23] OS update http://github.com/yfactorial/obj...
-
jjburka February 19th, 2009 @ 10:25 AM
- Assigned user changed from jjburka to Joshua Vickery
sample app works now
-
Joshua Vickery February 20th, 2009 @ 10:30 AM
- State changed from open 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
- 40 bug in deserializing CamelCase in FromXMLDelegate this will be fixed while I do #23
- 40 bug in deserializing CamelCase in FromXMLDelegate (from [aa08bebf52b18782998d5fe7c5c29e98f8625f5f]) [#40] h...
- 23 update tests to run with both JSON and XML (from [aa08bebf52b18782998d5fe7c5c29e98f8625f5f]) [#40] h...
- 23 update tests to run with both JSON and XML (from [7164876628f8184bd00639dcd4b0371b26da3cc3]) [#23] r...
- 45 cleanup Person properties (from [0321b10a18a157f6169977c5aa91ed7344b460d0]) [#45] c...
- 23 update tests to run with both JSON and XML (from [0321b10a18a157f6169977c5aa91ed7344b460d0]) [#45] c...