Forgot to uncomment the AlignerIntegrationTest before committing. And yes, matt, commenting it out is, in fact, easier than just setting my classpath.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3110 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
chartl 2010-04-01 17:17:16 +00:00
parent f7d1b8f5de
commit d7880ef7ad
1 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,6 @@ public class AlignerIntegrationTest extends WalkerTest {
" -ob %s",
1, // just one output file
Arrays.asList(md5));
//executeTest("testBasicAlignment", spec);
executeTest("testBasicAlignment", spec);
}
}