[Git][java-team/jsonld-java][master] 2 commits: Ignoring two test cases that attempt to use network (Closes: #946306)
Andrius Merkys
gitlab at salsa.debian.org
Mon Dec 9 07:34:55 GMT 2019
Andrius Merkys pushed to branch master at Debian Java Maintainers / jsonld-java
Commits:
db5fc5c6 by Andrius Merkys at 2019-12-09T07:14:32Z
Ignoring two test cases that attempt to use network (Closes: #946306)
- - - - -
06c29cf6 by Andrius Merkys at 2019-12-09T07:18:38Z
Preparing for release.
- - - - -
2 changed files:
- debian/changelog
- debian/patches/skip-network-tests.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+jsonld-java (0.13.0-2) unstable; urgency=medium
+
+ * Ignoring two test cases that attempt to use network (Closes: #946306)
+
+ -- Andrius Merkys <merkys at debian.org> Mon, 09 Dec 2019 02:18:28 -0500
+
jsonld-java (0.13.0-1) unstable; urgency=medium
* New upstream version 0.13.0
=====================================
debian/patches/skip-network-tests.patch
=====================================
@@ -84,3 +84,27 @@ Author: Andrius Merkys <merkys at debian.org>
@Test
public void testApacheHttpClient() throws Exception {
final URL url = new URL("http://schema.org/");
+--- a/core/src/test/java/com/github/jsonldjava/core/LocalBaseTest.java
++++ b/core/src/test/java/com/github/jsonldjava/core/LocalBaseTest.java
+@@ -8,11 +8,13 @@
+ import java.io.Reader;
+ import java.nio.charset.Charset;
+
++import org.junit.Ignore;
+ import org.junit.Test;
+
+ import com.github.jsonldjava.utils.JsonUtils;
+
+ public class LocalBaseTest {
++ @Ignore("Requires network access")
+ @Test
+ public void testMixedLocalRemoteBaseRemoteContextFirst() throws Exception {
+
+@@ -34,6 +36,7 @@
+ assertEquals(expanded, output);
+ }
+
++ @Ignore("Requires network access")
+ @Test
+ public void testMixedLocalRemoteBaseLocalContextFirst() throws Exception {
+
View it on GitLab: https://salsa.debian.org/java-team/jsonld-java/compare/82c11b30017343fe60f3b04bac725f81a5bdc3a4...06c29cf68db7ce2f391b09222108685212508c1a
--
View it on GitLab: https://salsa.debian.org/java-team/jsonld-java/compare/82c11b30017343fe60f3b04bac725f81a5bdc3a4...06c29cf68db7ce2f391b09222108685212508c1a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20191209/37c93f57/attachment.html>
More information about the pkg-java-commits
mailing list