aboutsummaryrefslogtreecommitdiff
path: root/UnitTesting/GTMUIKit+UnitTestingTest.m
diff options
context:
space:
mode:
Diffstat (limited to 'UnitTesting/GTMUIKit+UnitTestingTest.m')
-rw-r--r--UnitTesting/GTMUIKit+UnitTestingTest.m10
1 files changed, 5 insertions, 5 deletions
diff --git a/UnitTesting/GTMUIKit+UnitTestingTest.m b/UnitTesting/GTMUIKit+UnitTestingTest.m
index 8b3effa..95bdd5a 100644
--- a/UnitTesting/GTMUIKit+UnitTestingTest.m
+++ b/UnitTesting/GTMUIKit+UnitTestingTest.m
@@ -6,9 +6,9 @@
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
// use this file except in compliance with the License. You may obtain a copy
// of the License at
-//
+//
// http://www.apache.org/licenses/LICENSE-2.0
-//
+//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
@@ -20,14 +20,14 @@
#import "GTMUIKit+UnitTesting.h"
#import "GTMSenTestCase.h"
-@interface GTMUIView_UnitTestingTest : SenTestCase <GTMUnitTestViewDrawer>
+@interface GTMUIView_UnitTestingTest : GTMTestCase <GTMUnitTestViewDrawer>
@end
@implementation GTMUIView_UnitTestingTest
- (void)testDrawing {
- GTMAssertDrawingEqualToFile(self,
- CGSizeMake(200,200),
+ GTMAssertDrawingEqualToFile(self,
+ CGSizeMake(200,200),
@"GTMUIViewUnitTestingTest",
[UIApplication sharedApplication],
nil);