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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/infobar/InfoBarTest.java

Issue 2583933003: Replace deprecated Android java test annotations (Closed)
Patch Set: Rebase again :( 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
Index: chrome/android/javatests/src/org/chromium/chrome/browser/infobar/InfoBarTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/infobar/InfoBarTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/infobar/InfoBarTest.java
index 179fb597560c0ac1e28a6f46568b0247d81f34c6..7e5ea3d42c1ee75fe4ba46add2cc25152e347105 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/infobar/InfoBarTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/infobar/InfoBarTest.java
@@ -7,9 +7,8 @@ package org.chromium.chrome.browser.infobar;
import static org.chromium.base.test.util.ScalableTimeout.scaleTimeout;
import android.content.Context;
+import android.support.test.filters.MediumTest;
import android.test.UiThreadTest;
-import android.test.suitebuilder.annotation.MediumTest;
-import android.test.suitebuilder.annotation.Smoke;
import org.chromium.base.CommandLine;
import org.chromium.base.ContextUtils;
@@ -121,7 +120,6 @@ public class InfoBarTest extends ChromeActivityTestCaseBase<ChromeActivity> {
/**
* Verify PopUp InfoBar.
*/
- @Smoke
@MediumTest
@Feature({"Browser", "Main"})
@DisabledTest(message = "crbug.com/593003")
@@ -145,7 +143,6 @@ public class InfoBarTest extends ChromeActivityTestCaseBase<ChromeActivity> {
/**
* Verify Geolocation creates an InfoBar.
*/
- @Smoke
@MediumTest
@Feature({"Browser", "Main"})
@RetryOnFailure
@@ -387,7 +384,6 @@ public class InfoBarTest extends ChromeActivityTestCaseBase<ChromeActivity> {
/**
* Verifies the unresponsive renderer notification creates an InfoBar.
*/
- @Smoke
@MediumTest
@Feature({"Browser", "Main"})
@RetryOnFailure
@@ -430,7 +426,6 @@ public class InfoBarTest extends ChromeActivityTestCaseBase<ChromeActivity> {
/**
* Verifies the hung renderer InfoBar can kill the hung renderer.
*/
- @Smoke
@MediumTest
@Feature({"Browser", "Main"})
@RetryOnFailure

Powered by Google App Engine
This is Rietveld 408576698