Index: chrome/android/javatests/src/org/chromium/chrome/browser/document/LauncherActivityTest.java |
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/document/LauncherActivityTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/document/LauncherActivityTest.java |
index 447196e7b86b905de9b4c5f44d90641acff78402..1a006a14b41890831e29b76c697735743d923c81 100644 |
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/document/LauncherActivityTest.java |
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/document/LauncherActivityTest.java |
@@ -7,6 +7,7 @@ package org.chromium.chrome.browser.document; |
import android.content.Context; |
import android.content.Intent; |
import android.net.Uri; |
+import android.test.suitebuilder.annotation.SmallTest; |
import org.chromium.base.ApplicationState; |
import org.chromium.base.ApplicationStatus; |
@@ -32,6 +33,7 @@ public class LauncherActivityTest extends ChromeActivityTestCaseBase<ChromeActiv |
mContext = getInstrumentation().getTargetContext(); |
} |
+ @SmallTest |
public void testLaunchWithUrlNoScheme() throws Exception { |
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("www.google.com")); |
intent.setClassName(mContext.getPackageName(), ChromeLauncherActivity.class.getName()); |