change the md5 in one of the CV intergration tests, since it wasn't use the priority list when printing the origin of the annotation (the setValue field)

This commit is contained in:
Ami Levy-Moonshine 2012-12-10 22:48:15 -05:00
parent 2e3284f306
commit 2f99569dda
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ public class CombineVariantsIntegrationTest extends WalkerTest {
" -priority NA19240_BGI,NA19240_ILLUMINA,NA19240_WUGSC,denovoInfo" +
" -genotypeMergeOptions UNIQUIFY -L 1"),
1,
Arrays.asList("e5f0e7a80cd392172ebf5ddb06b91a00"));
Arrays.asList("58e6281df108c361e99673a501ee4749"));
cvExecuteTest("threeWayWithRefs", spec, true);
}