Removing the test for BLOCK_SIZE since we no longer emit it

This commit is contained in:
Eric Banks 2014-02-08 21:28:07 -05:00
parent a33d7ace11
commit 659a9f0e79
1 changed files with 0 additions and 1 deletions

View File

@ -236,7 +236,6 @@ public class GVCFWriterUnitTest extends BaseTest {
} else {
Assert.assertEquals(vc.getNAlleles(), 2);
Assert.assertEquals(vc.getAlternateAllele(0), GATKVariantContextUtils.NON_REF_SYMBOLIC_ALLELE);
Assert.assertEquals(vc.getAttributeAsInt(GVCFWriter.BLOCK_SIZE_INFO_FIELD, -1), stop - start + 1);
Assert.assertEquals(vc.getAttributeAsInt(VCFConstants.END_KEY, -1), stop);
Assert.assertTrue(vc.hasGenotypes());
Assert.assertTrue(vc.hasGenotype(SAMPLE_NAME));