Kill extra space in the md5.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5863 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
hanna 2011-05-24 12:00:31 +00:00
parent d551ce720d
commit 06486c134a
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ public class VariantAnnotatorIntegrationTest extends WalkerTest {
public void testNoAnnotsAsking2() {
WalkerTestSpec spec = new WalkerTestSpec(
baseTestString() + " -G \"Standard\" -B:variant,VCF3 " + validationDataLocation + "vcfexample3empty.vcf -I " + validationDataLocation + "NA12878.1kg.p2.chr1_10mb_11_mb.SLX.bam -L 1:10,000,000-10,050,000", 1,
Arrays.asList("709a1f482cce68992c637da3cff824a8 "));
Arrays.asList("709a1f482cce68992c637da3cff824a8"));
executeTest("test file doesn't have annotations, asking for annotations, #2", spec);
}