This website requires JavaScript.
Explore
Help
Register
Sign In
kylefang
/
RestKit
Watch
1
Star
0
Fork
0
You've already forked RestKit
mirror of
https://github.com/zhigang1992/RestKit.git
synced
2026-06-17 05:29:58 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9ab37a761736e287304f2dbe2bce937261ef4e2e
RestKit
/
Tests
/
Logic
/
Support
History
Blake Watters
e3bc2e6077
Update serialization tests broken sue to upstream URL encoding changes from AFNetworking
2012-10-05 21:53:52 -04:00
..
NSStringRestKitTest.m
Port passing Logic Test coverage to ARC
2012-09-26 11:35:16 -04:00
RKDictionaryUtilitiesTest.m
Rename RKDictionaryByReverseMergingDictionaryWithDictionary -> RKDictionaryByMergingDictionaryWithDictionary, since a reverse merge would imply that values in the 1st dictionary take priority whereas we want values in the 2nd dict to overwrite values in the 1st. Refs
#938
.
2012-09-18 15:24:50 -04:00
RKDotNetDateFormatterTest.m
Fix all build errors in unit tests. Restore execution of core mapping tests.
2012-09-24 22:44:20 -04:00
RKISODateFormatterTest.m
Drop ISO8601DateFormatter dependency since it has a time zone handling bug and switch to RK specific fork.
fixes
#971
2012-10-04 23:00:01 -04:00
RKObjectiveCppTest.mm
Add basic test coverage for compilation of Objective-C++ sources. refs
#649
2012-04-11 21:05:17 -04:00
RKPathMatcherTest.m
Use path normalization instead of prefix matching to solve issue with failure to match path patterns with trailing slashes. Expand tests
2012-10-05 13:46:52 -04:00
RKPathUtilitiesTest.m
Use path normalization instead of prefix matching to solve issue with failure to match path patterns with trailing slashes. Expand tests
2012-10-05 13:46:52 -04:00
RKURLEncodedSerializationTest.m
Update serialization tests broken sue to upstream URL encoding changes from AFNetworking
2012-10-05 21:53:52 -04:00