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 deaaf1b85fec7a0cc0c7d59be05d1da92b0e3d36..80435b4ae9306ca383b2de4a385285e8e1824bbd 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,6 +4,7 @@ |
package org.chromium.webview_shell.test; |
+import android.os.Environment; |
import android.test.ActivityInstrumentationTestCase2; |
import android.test.suitebuilder.annotation.MediumTest; |
@@ -11,7 +12,6 @@ |
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,7 +34,8 @@ |
private static final String TAG = "WebViewLayoutTest"; |
- private static final String EXTERNAL_PREFIX = UrlUtils.getIsolatedTestRoot() + "/"; |
+ private static final String EXTERNAL_PREFIX = |
+ Environment.getExternalStorageDirectory().getAbsolutePath() + "/"; |
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/"; |