From 058441fa394146f223983ac5d954b3ea867d5f1b Mon Sep 17 00:00:00 2001 From: ebanks Date: Wed, 26 May 2010 16:56:42 +0000 Subject: [PATCH] Trivial renaming of test git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3441 348d0f76-0448-11de-a6fe-93d51630548a --- .../gatk/walkers/indels/IndelRealignerPerformanceTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/test/org/broadinstitute/sting/gatk/walkers/indels/IndelRealignerPerformanceTest.java b/java/test/org/broadinstitute/sting/gatk/walkers/indels/IndelRealignerPerformanceTest.java index 016856fc8..62d992d6f 100755 --- a/java/test/org/broadinstitute/sting/gatk/walkers/indels/IndelRealignerPerformanceTest.java +++ b/java/test/org/broadinstitute/sting/gatk/walkers/indels/IndelRealignerPerformanceTest.java @@ -25,7 +25,7 @@ public class IndelRealignerPerformanceTest extends WalkerTest { 0, new ArrayList(0)); try { - executeTest("testRealignerTargetCreatorWholeGenome", spec1); + executeTest("testIndelRealignerWholeGenome", spec1); } catch (RuntimeException e) { // using /dev/null as an output source causes samtools to fail when it closes the stream, we shouldn't sweat it } @@ -45,7 +45,7 @@ public class IndelRealignerPerformanceTest extends WalkerTest { 0, new ArrayList(0)); try { - executeTest("testRealignerTargetCreatorWholeExome", spec2); + executeTest("testIndelRealignerWholeExome", spec2); } catch (RuntimeException e) { // using /dev/null as an output source causes samtools to fail when it closes the stream, we shouldn't sweat it }