From e26a273ef567280d97c14618881fffd935589c33 Mon Sep 17 00:00:00 2001 From: weisburd Date: Thu, 17 Jun 2010 22:57:42 +0000 Subject: [PATCH] Turned the test back on git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3582 348d0f76-0448-11de-a6fe-93d51630548a --- .../gatk/walkers/annotator/GenomicAnnotatorIntegrationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/test/org/broadinstitute/sting/playground/gatk/walkers/annotator/GenomicAnnotatorIntegrationTest.java b/java/test/org/broadinstitute/sting/playground/gatk/walkers/annotator/GenomicAnnotatorIntegrationTest.java index 216d5c4d2..2587c927f 100755 --- a/java/test/org/broadinstitute/sting/playground/gatk/walkers/annotator/GenomicAnnotatorIntegrationTest.java +++ b/java/test/org/broadinstitute/sting/playground/gatk/walkers/annotator/GenomicAnnotatorIntegrationTest.java @@ -37,6 +37,6 @@ public class GenomicAnnotatorIntegrationTest extends WalkerTest { "-s dbsnp.name,dbsnp.refUCSC,dbsnp.strand,dbsnp.observed,dbsnp.avHet", 1, Arrays.asList(md5WithDashSArg)); - //executeTest("test with dbSNP and -s arg", specWithSArg); + executeTest("test with dbSNP and -s arg", specWithSArg); } }