Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3935)

Unified Diff: chrome/browser/ui/cocoa/bookmarks/bookmark_editor_controller_unittest.mm

Issue 7569030: Try to fix BookmarkEditorControllerNoNodeTest.NoNodeNoTree (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/bookmarks/bookmark_editor_controller_unittest.mm
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_editor_controller_unittest.mm b/chrome/browser/ui/cocoa/bookmarks/bookmark_editor_controller_unittest.mm
index 938e9e35770f4d02a384386fcb4c30d52e247914..3edba7be7aae35232f643ae79c7dbe25c85cb9ba 100644
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_editor_controller_unittest.mm
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_editor_controller_unittest.mm
@@ -156,7 +156,7 @@ class BookmarkEditorControllerNoNodeTest : public CocoaTest {
};
TEST_F(BookmarkEditorControllerNoNodeTest, NoNodeNoTree) {
- EXPECT_EQ(@"", [controller_ displayName]);
+ EXPECT_NSEQ(@"", [controller_ displayName]);
EXPECT_EQ(nil, [controller_ displayURL]);
EXPECT_FALSE([controller_ okButtonEnabled]);
[controller_ cancel:nil];
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698