diff options
| author | Robin Edwards <robin.ge@gmail.com> | 2011-04-20 14:38:43 +0100 |
|---|---|---|
| committer | Robin Edwards <robin.ge@gmail.com> | 2011-04-20 14:38:43 +0100 |
| commit | 79bea382fd2c0753ca9ace79a11bb74c9a1d722b (patch) | |
| tree | bde42a47792a27e0a863ee527b88c8c24258f7e9 /t/05_links.t | |
| parent | Merge remote branch 'simon/fix_link_encoding' (diff) | |
| download | net-riak-79bea382fd2c0753ca9ace79a11bb74c9a1d722b.tar.gz | |
merged pbc branch to master
Diffstat (limited to '')
| -rw-r--r-- | t/05_links.t | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/t/05_links.t b/t/05_links.t deleted file mode 100644 index ab2ebb0..0000000 --- a/t/05_links.t +++ /dev/null @@ -1,18 +0,0 @@ -use strict; -use warnings; -use Test::More; - -use Net::Riak::Client; -use Net::Riak::Bucket; -use Net::Riak::Link; - -my $client = Net::Riak::Client->new(); -my $bucket = Net::Riak::Bucket->new(name => 'foo', client => $client); - -ok my $link = Net::Riak::Link->new(bucket => $bucket), 'link created'; - -my $header = $link->to_link_header($client); - -is $header, '</riak/foo/_>; riaktag="foo"', 'generate valid link string'; - -done_testing; |
