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

Unified Diff: chrome/browser/download/download_extension_apitest.cc

Issue 9392013: Try re-enabling DownloadsApiTest.Downloads on mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 8 years, 10 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/download/download_extension_apitest.cc
diff --git a/chrome/browser/download/download_extension_apitest.cc b/chrome/browser/download/download_extension_apitest.cc
index fb7f35b6e5855c3d4f7f604040b3a1b2d46226fc..c847fd410a6b7ead4fd041af1b23ca25f353fadd 100644
--- a/chrome/browser/download/download_extension_apitest.cc
+++ b/chrome/browser/download/download_extension_apitest.cc
@@ -26,13 +26,7 @@ class DownloadsApiTest : public ExtensionApiTest {
ScopedTempDir tmpdir;
};
-// Disabled on Mac. http://crbug.com/101170
-#if defined(OS_MACOSX)
- #define MAYBE_Downloads DISABLED_Downloads
-#else
- #define MAYBE_Downloads Downloads
-#endif
-IN_PROC_BROWSER_TEST_F(DownloadsApiTest, MAYBE_Downloads) {
+IN_PROC_BROWSER_TEST_F(DownloadsApiTest, Downloads) {
SetUpTempDownloadsDir();
ASSERT_TRUE(StartTestServer());
ASSERT_TRUE(RunExtensionTest("downloads")) << message_;
« 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