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

Unified Diff: resolution_selector_test.cc

Issue 3709001: monitor_reconfig: Disable LCD when using external monitor. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222//monitor_reconfig.git
Patch Set: Created 10 years, 2 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 | « resolution_selector.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: resolution_selector_test.cc
diff --git a/resolution_selector_test.cc b/resolution_selector_test.cc
index 7cbfb129ace82f1801616c2a4d8566b34d6543aa..a9f429200af6ed5bf262e2a67e3a5ff661bef001 100644
--- a/resolution_selector_test.cc
+++ b/resolution_selector_test.cc
@@ -136,7 +136,7 @@ TEST_F(ResolutionSelectorTest, ExternalOutputIsMonitor) {
ASSERT_GE(external_modes_[0].width * external_modes_[0].height,
ResolutionSelector::kMaxProjectorPixels);
ASSERT_TRUE(GetResolutions());
- EXPECT_EQ("1024x768", lcd_resolution_);
+ EXPECT_EQ("", lcd_resolution_);
EXPECT_EQ("1600x1200", external_resolution_);
EXPECT_EQ("1600x1200", screen_resolution_);
}
« no previous file with comments | « resolution_selector.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698