summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/bookmark_editor_controller_unittest.mm
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/cocoa/bookmark_editor_controller_unittest.mm')
-rw-r--r--chrome/browser/cocoa/bookmark_editor_controller_unittest.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/bookmark_editor_controller_unittest.mm b/chrome/browser/cocoa/bookmark_editor_controller_unittest.mm
index 9b25f0f..e8d06d5 100644
--- a/chrome/browser/cocoa/bookmark_editor_controller_unittest.mm
+++ b/chrome/browser/cocoa/bookmark_editor_controller_unittest.mm
@@ -138,7 +138,7 @@ TEST_F(BookmarkEditorControllerTest, EditAndConfirmOKButton) {
EXPECT_TRUE([default_controller_ okButtonEnabled]);
// Then test the name.
[default_controller_ setDisplayName:@""];
- EXPECT_FALSE([default_controller_ okButtonEnabled]);
+ EXPECT_TRUE([default_controller_ okButtonEnabled]);
[default_controller_ setDisplayName:@" "];
EXPECT_TRUE([default_controller_ okButtonEnabled]);
// Then little mix of both.