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

Unified Diff: ash/mus/app_launch_unittest.cc

Issue 2584633002: Reenables (and fixs) two mash tests (Closed)
Patch Set: Created 4 years 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 | ash/mus/window_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/app_launch_unittest.cc
diff --git a/ash/mus/app_launch_unittest.cc b/ash/mus/app_launch_unittest.cc
index 3db6380178d260a1ba4396dff8044f785807b1fb..86a0cd86bfa1862393ccdc677452b22a2fa41c58 100644
--- a/ash/mus/app_launch_unittest.cc
+++ b/ash/mus/app_launch_unittest.cc
@@ -32,11 +32,7 @@ class AppLaunchTest : public service_manager::test::ServiceTest {
DISALLOW_COPY_AND_ASSIGN(AppLaunchTest);
};
-// Fails when the Ash material design shelf is enabled by default
-// (ash::MaterialDesignController::IsShelfMaterial()). See
-// crbug.com/660194 and crbug.com/642879.
-// TODO(rockot): Reenable this test.
-TEST_F(AppLaunchTest, DISABLED_TestQuickLaunch) {
+TEST_F(AppLaunchTest, TestQuickLaunch) {
connector()->Connect("ash");
connector()->Connect(mash::quick_launch::mojom::kServiceName);
« no previous file with comments | « no previous file | ash/mus/window_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698