Trivial renaming of test
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3441 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
0265199ce4
commit
058441fa39
|
|
@ -25,7 +25,7 @@ public class IndelRealignerPerformanceTest extends WalkerTest {
|
|||
0,
|
||||
new ArrayList<String>(0));
|
||||
try {
|
||||
executeTest("testRealignerTargetCreatorWholeGenome", spec1);
|
||||
executeTest("testIndelRealignerWholeGenome", spec1);
|
||||
} catch (RuntimeException e) {
|
||||
// using /dev/null as an output source causes samtools to fail when it closes the stream, we shouldn't sweat it
|
||||
}
|
||||
|
|
@ -45,7 +45,7 @@ public class IndelRealignerPerformanceTest extends WalkerTest {
|
|||
0,
|
||||
new ArrayList<String>(0));
|
||||
try {
|
||||
executeTest("testRealignerTargetCreatorWholeExome", spec2);
|
||||
executeTest("testIndelRealignerWholeExome", spec2);
|
||||
} catch (RuntimeException e) {
|
||||
// using /dev/null as an output source causes samtools to fail when it closes the stream, we shouldn't sweat it
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue