aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tests-ios/AppDelegate.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests-ios/AppDelegate.mm b/tests-ios/AppDelegate.mm
index 5872d3bc..183f24c6 100644
--- a/tests-ios/AppDelegate.mm
+++ b/tests-ios/AppDelegate.mm
@@ -23,6 +23,7 @@
self.window = [[[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]] autorelease];
// Override point for customization after application launch.
self.window.backgroundColor = [UIColor whiteColor];
+ self.window.rootViewController = [[UIViewController alloc] init];
[self.window makeKeyAndVisible];
testAll();