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

Unified Diff: ash/mus/window_manager_unittest.cc

Issue 2739703003: Last sets of tests that can move to common_unittests (Closed)
Patch Set: Created 3 years, 9 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
Index: ash/mus/window_manager_unittest.cc
diff --git a/ash/mus/window_manager_unittest.cc b/ash/mus/window_manager_unittest.cc
index a9e6371b7b092bba0e156d5cea2998ed69ed560b..2017580206c3bcf40359e63282f4b5c016f3051d 100644
--- a/ash/mus/window_manager_unittest.cc
+++ b/ash/mus/window_manager_unittest.cc
@@ -62,20 +62,21 @@ class WindowTreeClientDelegate : public aura::WindowTreeClientDelegate {
DISALLOW_COPY_AND_ASSIGN(WindowTreeClientDelegate);
};
-class WindowManagerTest : public service_manager::test::ServiceTest {
+class MusWindowManagerTest : public service_manager::test::ServiceTest {
msw 2017/03/07 21:36:01 optional nit: rename file mus_window_manager_unitt
sky 2017/03/07 21:43:30 I would rather keep the file name matching the nam
public:
- WindowManagerTest() : service_manager::test::ServiceTest("mash_unittests") {}
- ~WindowManagerTest() override {}
+ MusWindowManagerTest()
+ : service_manager::test::ServiceTest("mash_unittests") {}
+ ~MusWindowManagerTest() override {}
private:
- DISALLOW_COPY_AND_ASSIGN(WindowManagerTest);
+ DISALLOW_COPY_AND_ASSIGN(MusWindowManagerTest);
};
void OnEmbed(bool success) {
ASSERT_TRUE(success);
}
-TEST_F(WindowManagerTest, OpenWindow) {
+TEST_F(MusWindowManagerTest, OpenWindow) {
display::ScreenBase screen;
screen.display_list().AddDisplay(
display::Display(1, gfx::Rect(0, 0, 200, 200)),

Powered by Google App Engine
This is Rietveld 408576698