VCFStreaming was failing integration tests because now select variants outputs the samples in alphabetical order, instead of random as before. Fixed the MD5.

This commit is contained in:
Mauricio Carneiro 2011-06-30 14:55:39 -04:00
parent 197b7141c1
commit 2cb1376ed0
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ public class VCFStreamingIntegrationTest extends WalkerTest {
" --NO_HEADER" +
" -o %s",
1,
Arrays.asList("2cae3d16f9ed00b07d87e9c49272d877")
Arrays.asList("995c07ccd593fe1c35d0d28155112a55")
);
executeTest("testSimpleVCFStreaming", spec);