From 1af9ca6d457885352f27637519f2caf773ac24af Mon Sep 17 00:00:00 2001 From: aaron Date: Tue, 21 Sep 2010 22:20:50 +0000 Subject: [PATCH] enabling tests that now pass with the conitg length validation. git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4325 348d0f76-0448-11de-a6fe-93d51630548a --- .../walkers/qc/DictionaryConsistencyIntegrationTest.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/java/test/org/broadinstitute/sting/gatk/walkers/qc/DictionaryConsistencyIntegrationTest.java b/java/test/org/broadinstitute/sting/gatk/walkers/qc/DictionaryConsistencyIntegrationTest.java index e3a94bc6c..478c483f5 100755 --- a/java/test/org/broadinstitute/sting/gatk/walkers/qc/DictionaryConsistencyIntegrationTest.java +++ b/java/test/org/broadinstitute/sting/gatk/walkers/qc/DictionaryConsistencyIntegrationTest.java @@ -47,10 +47,8 @@ public class DictionaryConsistencyIntegrationTest extends WalkerTest { // testing b36 calls @Test public void fail5() { executeTest("b36xb36", testVCF(hg18Reference, callsB36)); } - // todo -- Matt I get really weird behavior when I enable these two tests. They generate - // command line errors but I don't understand how. -// @Test public void fail6() { executeTest("b37xb36", testVCF(b37KGReference, callsB36)); } -// @Test public void fail7() { executeTest("hg19xb36", testVCF(hg19Reference, callsB36)); } + @Test public void fail6() { executeTest("b37xb36", testVCF(b37KGReference, callsB36)); } + @Test public void fail7() { executeTest("hg19xb36", testVCF(hg19Reference, callsB36)); } @Test public void fail8() { executeTest("hg18lex-v-b36", testVCF(lexHG18, callsB36)); } private WalkerTest.WalkerTestSpec testVCF(String ref, String vcf) {