Blame SOURCES/remove-network-tests.patch

7fec2c
--- org.eclipse.emf/tests/org.eclipse.emf.test.core/src/org/eclipse/emf/test/core/ecore/URIConverterTest.java.orig	2018-05-10 14:41:06.000058437 +0100
7fec2c
+++ org.eclipse.emf/tests/org.eclipse.emf.test.core/src/org/eclipse/emf/test/core/ecore/URIConverterTest.java	2018-05-10 14:41:11.426036461 +0100
7fec2c
@@ -77,11 +77,6 @@
7fec2c
     assertEquals(contentsFromUncompressedFile, contents);
7fec2c
     new File(URI.createURI(uri.authority().replaceAll("!", "")).toFileString()).delete();
7fec2c
 
7fec2c
-    // Reads the data.zip file from our git repository using http
7fec2c
-    //
7fec2c
-    uri = URI.createURI("archive:http://git.eclipse.org/c/emf/org.eclipse.emf.git/plain/tests/org.eclipse.emf.test.core/data/data.zip!/%66ile.txt");
7fec2c
-    contents = readFile(uriConverter.createInputStream(uri));
7fec2c
-    assertEquals(contentsFromUncompressedFile, contents);
7fec2c
   }
7fec2c
 
7fec2c
   protected String readFile(InputStream inputStream) throws IOException