| Index: android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java
|
| diff --git a/android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java b/android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java
|
| index 80435b4ae9306ca383b2de4a385285e8e1824bbd..deaaf1b85fec7a0cc0c7d59be05d1da92b0e3d36 100644
|
| --- a/android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java
|
| +++ b/android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java
|
| @@ -4,7 +4,6 @@
|
|
|
| package org.chromium.webview_shell.test;
|
|
|
| -import android.os.Environment;
|
| import android.test.ActivityInstrumentationTestCase2;
|
| import android.test.suitebuilder.annotation.MediumTest;
|
|
|
| @@ -12,6 +11,7 @@ import junit.framework.ComparisonFailure;
|
|
|
| import org.chromium.base.Log;
|
| import org.chromium.base.test.util.DisabledTest;
|
| +import org.chromium.base.test.util.UrlUtils;
|
| import org.chromium.webview_shell.WebViewLayoutTestActivity;
|
|
|
| import java.io.BufferedReader;
|
| @@ -34,8 +34,7 @@ public class WebViewLayoutTest
|
|
|
| private static final String TAG = "WebViewLayoutTest";
|
|
|
| - private static final String EXTERNAL_PREFIX =
|
| - Environment.getExternalStorageDirectory().getAbsolutePath() + "/";
|
| + private static final String EXTERNAL_PREFIX = UrlUtils.getIsolatedTestRoot() + "/";
|
| private static final String BASE_WEBVIEW_TEST_PATH =
|
| "android_webview/tools/system_webview_shell/test/data/";
|
| private static final String BASE_BLINK_TEST_PATH = "third_party/WebKit/LayoutTests/";
|
|
|