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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/contextmenu/ContextMenuTest.java

Issue 1814593002: [Android] Renable ContextMenuTest and SelectFileDialogTest disabled due to permissions issues. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/SelectFileDialogTest.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/javatests/src/org/chromium/chrome/browser/contextmenu/ContextMenuTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/contextmenu/ContextMenuTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/contextmenu/ContextMenuTest.java
index fcfa41e40298a412bbfcd71a7713eed7b8ffbc16..a6399b1930d49641e43304c4663cb1338a8372f5 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/contextmenu/ContextMenuTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/contextmenu/ContextMenuTest.java
@@ -14,7 +14,6 @@ import android.view.ContextMenu;
import android.view.KeyEvent;
import org.chromium.base.test.util.CommandLineFlags;
-import org.chromium.base.test.util.DisableIf;
import org.chromium.base.test.util.Feature;
import org.chromium.chrome.R;
import org.chromium.chrome.browser.ChromeSwitches;
@@ -213,7 +212,6 @@ public class ContextMenuTest extends DownloadTestBase {
@LargeTest
@Feature({"Browser"})
- @DisableIf.Build(sdk_is_greater_than = 22, message = "crbug.com/592594")
public void testSaveDataUrl()
throws InterruptedException, TimeoutException, SecurityException, IOException {
saveMediaFromContextMenu("dataUrlIcon", R.id.contextmenu_save_image, "download.gif");
@@ -221,7 +219,6 @@ public class ContextMenuTest extends DownloadTestBase {
@LargeTest
@Feature({"Browser"})
- @DisableIf.Build(sdk_is_greater_than = 22, message = "crbug.com/592594")
public void testSaveImage()
throws InterruptedException, TimeoutException, SecurityException, IOException {
saveMediaFromContextMenu("testImage", R.id.contextmenu_save_image, "test_image.png");
@@ -229,7 +226,6 @@ public class ContextMenuTest extends DownloadTestBase {
@LargeTest
@Feature({"Browser"})
- @DisableIf.Build(sdk_is_greater_than = 22, message = "crbug.com/592594")
public void testSaveVideo()
throws InterruptedException, TimeoutException, SecurityException, IOException {
// Click the video to enable playback
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/SelectFileDialogTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698