From 5d5d03fd4cdab717625d6ff47ef04a0707bdbf9b Mon Sep 17 00:00:00 2001 From: Alexandre Wilhelm Date: Thu, 19 Jun 2014 21:05:06 -0700 Subject: [PATCH] Fixed: textField in CPTextFieldTest doens't have a placeholder --- Tests/Manual/CPTextFieldEditingStyleTest/AppController.j | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/Manual/CPTextFieldEditingStyleTest/AppController.j b/Tests/Manual/CPTextFieldEditingStyleTest/AppController.j index 4e883acc2..1743b4913 100644 --- a/Tests/Manual/CPTextFieldEditingStyleTest/AppController.j +++ b/Tests/Manual/CPTextFieldEditingStyleTest/AppController.j @@ -27,6 +27,7 @@ // It's a useful hook for setting up current UI values, and other things. // In this case, we want the window from Cib to become our full browser window + [textField setPlaceholderString:@"I'm a nice placeholder"]; [theWindow setFullPlatformWindow:YES]; }