Skip to content

Commit

Permalink
Bump AFNetworking dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewatters committed Nov 8, 2012
1 parent f2ff701 commit 0fe296a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/Logic/Support/RKURLEncodedSerializationTest.m
Expand Up @@ -40,7 +40,7 @@ - (void)testShouldEncodeURLStrings
{
NSString *url = @"http://some.server.com/path/action?subject=\"That thing I sent\"&email=\"me@me.com\"";
NSDictionary *dictionary = [NSDictionary dictionaryWithObject:url forKey:@"url"];
NSString *expectedURL = @"url=http%3A%2F%2Fsome%2Eserver%2Ecom%2Fpath%2Faction%3Fsubject%3D%22That%20thing%20I%20sent%22%26email%3D%22me%40me%2Ecom%22";
NSString *expectedURL = @"url=http%3A%2F%2Fsome.server.com%2Fpath%2Faction%3Fsubject%3D%22That%20thing%20I%20sent%22%26email%3D%22me%40me.com%22";
NSString *actualURL = RKURLEncodedStringFromDictionaryWithEncoding(dictionary, NSUTF8StringEncoding);
expect(actualURL).to.equal(expectedURL);
}
Expand Down

0 comments on commit 0fe296a

Please sign in to comment.