This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository htsjdk.
commit 2fd37cd46a3f21b26e261c1255f0d227adf64f5a Author: Andreas Tille <[email protected]> Date: Sun Jul 10 19:08:39 2016 +0200 Remove last test that requires online connection --- debian/changelog | 1 + debian/patches/13-skip_network_tests | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/debian/changelog b/debian/changelog index 21e3c32..5ce789f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ htsjdk (2.5.0+dfsg.2-2) UNRELEASED; urgency=medium [ Andreas Tille ] * Remove some more tests needing http or ftp connections + Closes: #830298 -- Vincent Danjean <[email protected]> Thu, 07 Jul 2016 13:54:18 +0200 diff --git a/debian/patches/13-skip_network_tests b/debian/patches/13-skip_network_tests index 67d3e6e..e77ff4e 100644 --- a/debian/patches/13-skip_network_tests +++ b/debian/patches/13-skip_network_tests @@ -1308,3 +1308,15 @@ Last-Updated: 2015-01-06 - } - } } +--- a/src/test/java/htsjdk/samtools/cram/ref/EnaRefServiceTest.java ++++ b/src/test/java/htsjdk/samtools/cram/ref/EnaRefServiceTest.java +@@ -7,9 +7,4 @@ import java.io.IOException; + + public class EnaRefServiceTest { + +- @Test +- public void test() throws IOException, EnaRefService.GaveUpException { +- Assert.assertNotNull(new EnaRefService().getSequence("57151e6196306db5d9f33133572a5482")); +- Assert.assertNotNull(new EnaRefService().getSequence("0000088cbcebe818eb431d58c908c698")); +- } + } -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/htsjdk.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
