commit | 0f973b129cd7809a73287d50823cbc593f32a124 | [log] [tgz] |
---|---|---|
author | Paul Hu <paulhu@google.com> | Wed Jul 21 07:29:10 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jul 21 07:29:10 2021 +0000 |
tree | 00acf9ab1f9bbd3f732f2fd620e0d7e89d6bdffb | |
parent | 79c6224ef629e4a8d802bdbfaf3b3f5cb5b6418f [diff] | |
parent | ca4a4a1b86ca121f5e506f2ad49301d6b7218534 [diff] |
Merge "Change the url in testDownloadWithDownloadManagerDisallowed" am: 42cbf4ebab am: ca4a4a1b86 Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1771008 Change-Id: I37f749ea107753d7847439f672d24def0c549833
diff --git a/tests/cts/hostside/app/src/com/android/cts/net/hostside/VpnTest.java b/tests/cts/hostside/app/src/com/android/cts/net/hostside/VpnTest.java index 62aa493..215f129 100755 --- a/tests/cts/hostside/app/src/com/android/cts/net/hostside/VpnTest.java +++ b/tests/cts/hostside/app/src/com/android/cts/net/hostside/VpnTest.java
@@ -1213,7 +1213,8 @@ new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE)); // Enqueue a request and check only one download. - final long id = dm.enqueue(new Request(Uri.parse("https://www.google.com"))); + final long id = dm.enqueue(new Request( + Uri.parse("https://google-ipv6test.appspot.com/ip.js?fmt=text"))); assertEquals(1, getTotalNumberDownloads(dm, new Query())); assertEquals(1, getTotalNumberDownloads(dm, new Query().setFilterById(id)));