Updated Branches: refs/heads/1.4.5-SNAPSHOT f778dcf50 -> de7d19845 refs/heads/1.5.1-SNAPSHOT c4cd3b1bc -> fbed7afab refs/heads/1.6.0-SNAPSHOT e7e5c0097 -> 182f15260
ACCUMULO-2224 link TODOs to new JIRAs Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/de7d1984 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/de7d1984 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/de7d1984 Branch: refs/heads/1.4.5-SNAPSHOT Commit: de7d198459ba745b0d2d5a3c60b2be7286742f39 Parents: f778dcf Author: Mike Drob <md...@cloudera.com> Authored: Thu Jan 23 09:18:45 2014 -0500 Committer: Mike Drob <md...@cloudera.com> Committed: Thu Jan 23 09:18:45 2014 -0500 ---------------------------------------------------------------------- .../test/java/org/apache/accumulo/core/util/AddressUtilTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/de7d1984/src/core/src/test/java/org/apache/accumulo/core/util/AddressUtilTest.java ---------------------------------------------------------------------- diff --git a/src/core/src/test/java/org/apache/accumulo/core/util/AddressUtilTest.java b/src/core/src/test/java/org/apache/accumulo/core/util/AddressUtilTest.java index e71ba0e..6268fe9 100644 --- a/src/core/src/test/java/org/apache/accumulo/core/util/AddressUtilTest.java +++ b/src/core/src/test/java/org/apache/accumulo/core/util/AddressUtilTest.java @@ -61,7 +61,7 @@ public class AddressUtilTest extends TestCase { log.info("Checking that we can get the ttl on dns failures."); int expectedTtl = 20; boolean expectException = false; - /* TODO replace all of this with Powermock on the Security class */ + /* TODO ACCUMULO-2242 replace all of this with Powermock on the Security class */ try { Security.setProperty("networkaddress.cache.negative.ttl", Integer.toString(expectedTtl)); } catch (SecurityException exception) { @@ -104,7 +104,7 @@ public class AddressUtilTest extends TestCase { public void testGetNegativeTtlThrowsOnForever() { log.info("When DNS is cached forever, we should throw."); - /* TODO replace all of this with Powermock on the Security class */ + /* TODO ACCUMULO-2242 replace all of this with Powermock on the Security class */ try { Security.setProperty("networkaddress.cache.negative.ttl", "-1"); } catch (SecurityException exception) {