aboutsummaryrefslogtreecommitdiff
path: root/UnitTesting/GTMIPhoneUnitTestDelegate.h
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2010-07-01 17:31:05 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2010-07-01 17:31:05 +0000
commit676f5758e421061f4407337a821a89842c0c98e6 (patch)
tree91c1b89813408e831abb2d9c9f5622cc6ad4a218 /UnitTesting/GTMIPhoneUnitTestDelegate.h
parentc7bdc517ad868dbd964890eb92d055d79343e589 (diff)
[Author: dmaclach]
Fix up GTMiPhone Unit test issue with tests never starting. DELTA=64 (63 added, 0 deleted, 1 changed) R=thomasvl
Diffstat (limited to 'UnitTesting/GTMIPhoneUnitTestDelegate.h')
-rw-r--r--UnitTesting/GTMIPhoneUnitTestDelegate.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/UnitTesting/GTMIPhoneUnitTestDelegate.h b/UnitTesting/GTMIPhoneUnitTestDelegate.h
index 4583b5d..5a361b3 100644
--- a/UnitTesting/GTMIPhoneUnitTestDelegate.h
+++ b/UnitTesting/GTMIPhoneUnitTestDelegate.h
@@ -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
@@ -27,7 +27,10 @@
@private
NSUInteger totalFailures_;
NSUInteger totalSuccesses_;
+ BOOL applicationDidFinishLaunchingCalled_;
+ GTMIPhoneUnitTestDelegate *retainer_;
}
+
// Runs through all the registered classes and runs test methods on any
// that are subclasses of SenTestCase. Prints results and run time to
// the default output.