aboutsummaryrefslogtreecommitdiff
path: root/AppKit/GTMGetURLHandlerTest.m
diff options
context:
space:
mode:
Diffstat (limited to 'AppKit/GTMGetURLHandlerTest.m')
-rw-r--r--AppKit/GTMGetURLHandlerTest.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/AppKit/GTMGetURLHandlerTest.m b/AppKit/GTMGetURLHandlerTest.m
index 940d90f..a639176 100644
--- a/AppKit/GTMGetURLHandlerTest.m
+++ b/AppKit/GTMGetURLHandlerTest.m
@@ -51,7 +51,7 @@ static BOOL sURLHandlerWasHit;
+ (BOOL)gtm_openURL:(NSURL*)url {
sURLHandlerWasHit = !sURLHandlerWasHit;
- return sURLHandlerWasHit;
+ return YES;
}
- (void)testURLCall {