Permalink
Please sign in to comment.
Browse files
updating urls in tests to point to new locations (#675)
Broad changed its website's urls from http://www.broadinstitute.org/~picard -> https://personal.broadinstitute.org/picard there are redirects in place that work in most browsers, but our implementation of http can't follow the redirects several tests needed to have their urls updated
- Loading branch information...
Showing
with
20 additions
and 16 deletions.
- +5 −0 src/main/java/htsjdk/samtools/util/TestUtil.java
- +2 −1 src/test/java/htsjdk/samtools/BAMRemoteFileTest.java
- +4 −9 src/test/java/htsjdk/samtools/SamReaderFactoryTest.java
- +5 −4 src/test/java/htsjdk/samtools/seekablestream/SeekableStreamFactoryTest.java
- +2 −1 src/test/java/htsjdk/tribble/AbstractFeatureReaderTest.java
- +2 −1 src/test/java/htsjdk/tribble/readers/TabixReaderTest.java
0 comments on commit
38713af