Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Removing TribbleIndexedFeatureReader.isGZIPPath deprecated method #752
Conversation
coveralls
commented
Nov 24, 2016
| - public void testGZExtension(final String testString, final boolean expected) throws URISyntaxException { | ||
| - Assert.assertEquals(TribbleIndexedFeatureReader.isGZIPPath(testString), expected); | ||
| - } | ||
| - |
droazen
Jan 10, 2017
Contributor
Can we keep these tests, and alter them to test hasBlockCompressedExtension(String) instead?
droazen
Jan 10, 2017
Contributor
Never mind, I see that we already have tests in AbstractFeatureReaderTest
droazen
merged commit ed15dc0
into
samtools:master
Jan 10, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
magicDGS commentedNov 24, 2016
•
edited
Description
Removed unused package-specific (visible for testing) deprecated method. Found in #707.
Checklist