Somehow missed this test when I was updating the md5s

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5400 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
kiran 2011-03-07 23:53:42 +00:00
parent c03341aec1
commit d0598c7a04
1 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@ public class VariantEvalIntegrationTest extends WalkerTest {
" -noST -noEV -ST Novelty -EV CompOverlap" +
" -o %s";
WalkerTestSpec spec = new WalkerTestSpec(extraArgs,1,Arrays.asList("3fced8e5fa7a1c952d08fead0accd3fb"));
WalkerTestSpec spec = new WalkerTestSpec(extraArgs,1,Arrays.asList("d866d6ca41f917dee2635fe1506ad2cc"));
executeTestParallel("testMultipleCompTracks",spec);
}