summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobin Edwards <robin.ge@gmail.com>2013-03-01 13:01:59 +0000
committerRobin Edwards <robin.ge@gmail.com>2013-03-01 13:01:59 +0000
commitc4e2a25734cb8cff9ffb6018e118f4d3cb246cac (patch)
tree122b86a80dc365267c35fd449a95fa5f07b398b3
parentRemove deprecations (diff)
downloadnet-riak-c4e2a25734cb8cff9ffb6018e118f4d3cb246cac.tar.gz
Removed deprecated functionality
-rw-r--r--t/hosts.t4
1 files changed, 0 insertions, 4 deletions
diff --git a/t/hosts.t b/t/hosts.t
index 801e8b4..cdef7fa 100644
--- a/t/hosts.t
+++ b/t/hosts.t
@@ -13,8 +13,4 @@ is scalar @{$test->host}, 1, 'got one host';
 ok my $host = $test->get_host, 'got host';
 is $host, 'http://127.0.0.1:8098', 'host is ok';
 
-$test = test::host->new(host => ['http://10.0.0.40', 'http://10.0.0.41']);
-is scalar @{$test->host}, 2, 'got two hosts';
-ok $host = $test->get_host, 'got host';
-
 done_testing;