From 89f8a6b2e6efdb63fc27515ed16dbea39f4c2fd7 Mon Sep 17 00:00:00 2001 From: Guillermo del Angel Date: Thu, 10 May 2012 10:41:08 -0400 Subject: [PATCH] Revert bad part of last commit that shouldn't have been pushed --- public/java/test/org/broadinstitute/sting/BaseTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/java/test/org/broadinstitute/sting/BaseTest.java b/public/java/test/org/broadinstitute/sting/BaseTest.java index a415481fd..c49adf805 100755 --- a/public/java/test/org/broadinstitute/sting/BaseTest.java +++ b/public/java/test/org/broadinstitute/sting/BaseTest.java @@ -84,7 +84,7 @@ public abstract class BaseTest { public static final String hg19Intervals = intervalsLocation + "whole_exome_agilent_1.1_refseq_plus_3_boosters.Homo_sapiens_assembly19.targets.interval_list"; public static final String hg19Chr20Intervals = intervalsLocation + "whole_exome_agilent_1.1_refseq_plus_3_boosters.Homo_sapiens_assembly19.targets.chr20.interval_list"; - public static final boolean REQUIRE_NETWORK_CONNECTION = false; + public static final boolean REQUIRE_NETWORK_CONNECTION = true; public static final String networkTempDir; public static final File networkTempDirFile;