removing unused code

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3958 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
aaron 2010-08-06 14:24:39 +00:00
parent 70f492a6e8
commit 9076c0b28b
1 changed files with 0 additions and 13 deletions

View File

@ -58,19 +58,6 @@ public class VCFHeaderUnitTest extends BaseTest {
Assert.assertTrue(md5sum.equals(md5SumFile(myTempFile)));
}
@Test
public void checkInfoCanHaveFlagValues() {
VCFHeaderLineType type = VCFHeaderLineType.Flag;
type.convert("true", VCFCompoundHeaderLine.SupportedHeaderLineType.INFO);
}
@Test(expected=IllegalStateException.class)
public void checkFormatCannotHaveFlagValues() {
VCFHeaderLineType type = VCFHeaderLineType.Flag;
type.convert("true", VCFCompoundHeaderLine.SupportedHeaderLineType.FORMAT);
}
public static String[] VCF4headerStrings = {
"##fileformat=VCFv4.0",
"##filedate=2010-06-21",