| Index: android_webview/javatests/src/org/chromium/android_webview/test/GetTitleTest.java
|
| diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/GetTitleTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/GetTitleTest.java
|
| index 70c0cf49924d98cfd3a9bcdda9cc9b4ffed146ff..165a5fe9c115afb8410b2a2c33f53e6b71f4e46e 100644
|
| --- a/android_webview/javatests/src/org/chromium/android_webview/test/GetTitleTest.java
|
| +++ b/android_webview/javatests/src/org/chromium/android_webview/test/GetTitleTest.java
|
| @@ -4,8 +4,7 @@
|
|
|
| package org.chromium.android_webview.test;
|
|
|
| -import android.test.suitebuilder.annotation.SmallTest;
|
| -import android.test.suitebuilder.annotation.Smoke;
|
| +import android.support.test.filters.SmallTest;
|
|
|
| import org.chromium.android_webview.AwContents;
|
| import org.chromium.base.test.util.Feature;
|
| @@ -75,7 +74,6 @@ public class GetTitleTest extends AwTestBase {
|
| * When the data has title info, the page title is set to it.
|
| * @throws Throwable
|
| */
|
| - @Smoke
|
| @SmallTest
|
| @Feature({"AndroidWebView", "Main"})
|
| public void testLoadDataGetTitle() throws Throwable {
|
|
|