Office-mate courtesy: fixing Andrey's busted integration test

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4123 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
ebanks 2010-08-26 02:00:06 +00:00
parent 0105e8d063
commit dd7f136298
1 changed files with 1 additions and 3 deletions

View File

@ -11,7 +11,7 @@ public class PickSequenomProbesIntegrationTest extends WalkerTest {
String testVCF = validationDataLocation + "complexExample.vcf4";
String testArgs = "-R " + b36KGReference + " -T PickSequenomProbes -L 1:10,000,000-11,000,000 -B:input,VCF "+testVCF+" -o %s";
WalkerTestSpec spec = new WalkerTestSpec(testArgs, 1,
Arrays.asList("71e717e1813791575231f884b51c0aa3"));
Arrays.asList("0f356354a4a78ff62b2848431ec11262"));
executeTest("Test probes", spec);
}
@ -27,8 +27,6 @@ public class PickSequenomProbesIntegrationTest extends WalkerTest {
executeTest("Test probes", spec);
}
// 03c8cef968ae2d0ef5f51ac82b24f891
@Test
public void testProbesUsingDbSNPMaskWithNMW1() {
String testVCF = validationDataLocation + "pickSeqIntegrationTest.vcf";