From 44cb7e49806eb1e8aeee4d993a09dd9810a22bf0 Mon Sep 17 00:00:00 2001 From: ebanks Date: Tue, 31 May 2011 19:54:44 +0000 Subject: [PATCH] Renaming to make grepping through the output less confusing git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5908 348d0f76-0448-11de-a6fe-93d51630548a --- .../sting/gatk/walkers/PrintReadsIntegrationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/test/org/broadinstitute/sting/gatk/walkers/PrintReadsIntegrationTest.java b/java/test/org/broadinstitute/sting/gatk/walkers/PrintReadsIntegrationTest.java index 760be86b2..fab628bfd 100755 --- a/java/test/org/broadinstitute/sting/gatk/walkers/PrintReadsIntegrationTest.java +++ b/java/test/org/broadinstitute/sting/gatk/walkers/PrintReadsIntegrationTest.java @@ -36,7 +36,7 @@ public class PrintReadsIntegrationTest extends WalkerTest { params.args + " -o %s", Arrays.asList(params.md5)); - executeTest("testVariantRecalibrator-"+params.args, spec).getFirst(); + executeTest("testPrintReads-"+params.args, spec).getFirst(); } }