From 4adb07683de6501654a595020d25374072e31168 Mon Sep 17 00:00:00 2001 From: aaron Date: Fri, 10 Sep 2010 06:18:59 +0000 Subject: [PATCH] all fixed..thanks Matt! git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4250 348d0f76-0448-11de-a6fe-93d51630548a --- .../sting/alignment/AlignerIntegrationTest.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/java/test/org/broadinstitute/sting/alignment/AlignerIntegrationTest.java b/java/test/org/broadinstitute/sting/alignment/AlignerIntegrationTest.java index d94ab07a2..bda42e212 100644 --- a/java/test/org/broadinstitute/sting/alignment/AlignerIntegrationTest.java +++ b/java/test/org/broadinstitute/sting/alignment/AlignerIntegrationTest.java @@ -22,10 +22,6 @@ public class AlignerIntegrationTest extends WalkerTest { " -ob %s", 1, // just one output file Arrays.asList(md5)); - //executeTest("testBasicAlignment", spec); - System.err.println("*********************************************************"); - System.err.println("FIX THIS TEST SE TEAM"); - System.err.println("*********************************************************"); - + executeTest("testBasicAlignment", spec); } }