From 42e7ff4f282141082f7e193fb80bcd07a8df5714 Mon Sep 17 00:00:00 2001 From: aaron Date: Fri, 18 Jun 2010 13:27:56 +0000 Subject: [PATCH] forgot to update a test, the md5sum of the underlying file changed (which is recorded in the ROD tests). git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3586 348d0f76-0448-11de-a6fe-93d51630548a --- .../walkers/validation/RodSystemValidationIntegrationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/test/org/broadinstitute/sting/playground/gatk/walkers/validation/RodSystemValidationIntegrationTest.java b/java/test/org/broadinstitute/sting/playground/gatk/walkers/validation/RodSystemValidationIntegrationTest.java index 5409cf3a0..0f920c27f 100644 --- a/java/test/org/broadinstitute/sting/playground/gatk/walkers/validation/RodSystemValidationIntegrationTest.java +++ b/java/test/org/broadinstitute/sting/playground/gatk/walkers/validation/RodSystemValidationIntegrationTest.java @@ -37,7 +37,7 @@ public class RodSystemValidationIntegrationTest extends WalkerTest { baseTestString1KG() + " -B eval,VCF," + validationDataLocation + "MultiSample.vcf" + " -B eval2,VCF," + validationDataLocation + "NA12878.chr1_10mb_11mb.slx.indels.vcf" , 1, - Arrays.asList("0c8c2b705d23f8fe6e7827a3b474736a")); + Arrays.asList("c775c995c9fc09c66db51a694511d07b")); executeTest("testComplexVCFPileup", spec); }