aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMURLBuilderTest.m
diff options
context:
space:
mode:
Diffstat (limited to 'Foundation/GTMURLBuilderTest.m')
-rw-r--r--Foundation/GTMURLBuilderTest.m11
1 files changed, 0 insertions, 11 deletions
diff --git a/Foundation/GTMURLBuilderTest.m b/Foundation/GTMURLBuilderTest.m
index 096c09b..f6eb829 100644
--- a/Foundation/GTMURLBuilderTest.m
+++ b/Foundation/GTMURLBuilderTest.m
@@ -62,17 +62,6 @@
STAssertFalse([URLBuilderA isEqual:URLBuilderB], nil);
}
-- (void)testURLWithString {
- STAssertEqualStrings(@";/?:@&=+$,",
- [[GTMURLBuilder URLWithString:@";/?:@&=+$,"]
- absoluteString],
- nil);
- STAssertEqualStrings(@"a%20b%20&%20c%20-%20URL=http://test.com/",
- [[GTMURLBuilder URLWithString:
- @"a b & c - URL=http://test.com/"] absoluteString],
- nil);
-}
-
- (void)testSetParameters {
GTMURLBuilder *URLBuilderA =
[GTMURLBuilder builderWithString:@"http://google.com/"];