Fixed missing space character in testSimpleVCFStreaming.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5034 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
kshakir 2011-01-20 14:49:38 +00:00
parent e4ac1e6171
commit 3022f4dfa0
1 changed files with 5 additions and 5 deletions

View File

@ -55,11 +55,11 @@ public class VCFStreamingIntegrationTest extends WalkerTest {
inputStream.close();
WalkerTestSpec spec = new WalkerTestSpec(
"-T SelectVariants " +
"-R " + b36KGReference +
"-B:variant,vcf " + tmpFifo.getAbsolutePath() +
" -rit STREAM --NO_HEADER " +
"-o %s",
"-T SelectVariants" +
" -R " + b36KGReference +
" -B:variant,vcf " + tmpFifo.getAbsolutePath() +
" -rit STREAM --NO_HEADER" +
" -o %s",
1,
Arrays.asList("2cae3d16f9ed00b07d87e9c49272d877")
);