aboutsummaryrefslogtreecommitdiff
path: root/AppKit/GTMGetURLHandlerTest.m
diff options
context:
space:
mode:
Diffstat (limited to 'AppKit/GTMGetURLHandlerTest.m')
-rw-r--r--AppKit/GTMGetURLHandlerTest.m6
1 files changed, 3 insertions, 3 deletions
diff --git a/AppKit/GTMGetURLHandlerTest.m b/AppKit/GTMGetURLHandlerTest.m
index 98d3c89..30aa82f 100644
--- a/AppKit/GTMGetURLHandlerTest.m
+++ b/AppKit/GTMGetURLHandlerTest.m
@@ -59,12 +59,12 @@ static BOOL sURLHandlerWasHit;
- (void)testURLCall {
sURLHandlerWasHit = NO;
- [GTMUnitTestDevLog expectPattern:@"Class GTMGetURLHandlerBadClassWarning "
+ [GTMUnitTestDevLogDebug expectPattern:@"Class GTMGetURLHandlerBadClassWarning "
@"for URL handler GTMGetURLHandlerBadClassURL .*"];
- [GTMUnitTestDevLog expectPattern:@"Unable to get class "
+ [GTMUnitTestDevLogDebug expectPattern:@"Unable to get class "
@"GTMGetURLHandlerMissingClassWarning for URL handler "
@"GTMGetURLHandlerMissingClassURL .*"];
- [GTMUnitTestDevLog expectPattern:@"Missing GTMBundleURLClass for URL handler "
+ [GTMUnitTestDevLogDebug expectPattern:@"Missing GTMBundleURLClass for URL handler "
@"GTMGetURLHandlerMissingHandlerURL .*"];
STAssertTrue([self openURLString:@"gtmgeturlhandlertest://test.foo"], nil);
STAssertTrue(sURLHandlerWasHit, @"URL handler not called");