From 4c7322d917436896bc759446d90081419a2a85dc Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 27 Sep 2016 14:59:32 +0200 Subject: [PATCH] throw in extra test URLs for HttpDownloaderTest These are commented out so that the tests aren't brittle when they run on the CI builds. But are easy to uncomment when testing locally. --- .../java/org/fdroid/fdroid/net/HttpDownloaderTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/androidTest/java/org/fdroid/fdroid/net/HttpDownloaderTest.java b/app/src/androidTest/java/org/fdroid/fdroid/net/HttpDownloaderTest.java index 3beedff97..a40b4a945 100644 --- a/app/src/androidTest/java/org/fdroid/fdroid/net/HttpDownloaderTest.java +++ b/app/src/androidTest/java/org/fdroid/fdroid/net/HttpDownloaderTest.java @@ -22,6 +22,8 @@ public class HttpDownloaderTest { "https://f-droid.org/repo/index.jar", // sites that use SNI for HTTPS "https://guardianproject.info/fdroid/repo/index.jar", + //"https://microg.org/fdroid/repo/index.jar", + //"https://grobox.de/fdroid/repo/index.jar", }; private boolean receivedProgress;