diff options
author | Aaron Whyte <awhyte@google.com> | 2014-11-25 18:45:03 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-11-25 18:45:03 +0000 |
commit | 33b16225e22d748ab3a9868b10eaba325636d928 (patch) | |
tree | f8b78d7ad94ca9da43450f4ef436a8ad5aa8ff6c /support/src | |
parent | 14fc1aab9a062f4571a756c1709d50bb3e69ef78 (diff) | |
parent | aa0045f52b0c780794dcf85acffc66e188b3681c (diff) | |
download | libcore-33b16225e22d748ab3a9868b10eaba325636d928.zip libcore-33b16225e22d748ab3a9868b10eaba325636d928.tar.gz libcore-33b16225e22d748ab3a9868b10eaba325636d928.tar.bz2 |
am aa0045f5: am 939e6a1a: Fix URLConnectionTest for devices without full internet access.
* commit 'aa0045f52b0c780794dcf85acffc66e188b3681c':
Fix URLConnectionTest for devices without full internet access.
Diffstat (limited to 'support/src')
-rw-r--r-- | support/src/test/java/tests/support/Support_Configuration.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/support/src/test/java/tests/support/Support_Configuration.java b/support/src/test/java/tests/support/Support_Configuration.java index 0658d54..8058315 100644 --- a/support/src/test/java/tests/support/Support_Configuration.java +++ b/support/src/test/java/tests/support/Support_Configuration.java @@ -86,8 +86,6 @@ public class Support_Configuration { // than one addresses returned for this host name as needed by a test // END android-changed - public static String hTTPURLwLastModified = "http://www.php.net/manual/en/function.explode.php"; - public static int SpecialInetTestAddressNumber = 4; /** |