X-Git-Url: http://git.rot13.org/?p=cloudstore.git;a=blobdiff_plain;f=t%2FAPI.t;h=7a22ef8bfa1f79ea2a3095f01f9fadbe9b1fe82f;hp=74a2b55552c3512b25adc14e7078c663668d6dbe;hb=75f1d57395afe285f742b0a380ec1d4e710d00c7;hpb=09ac122d54b9e40510fe98d097d2eb44e8975479 diff --git a/t/API.t b/t/API.t index 74a2b55..7a22ef8 100755 --- a/t/API.t +++ b/t/API.t @@ -2,7 +2,7 @@ use strict; use warnings; -use Test::More tests => 26; +use Test::More tests => 25; use Data::Dump qw(dump); use lib 'lib'; @@ -11,8 +11,6 @@ use_ok 'CloudStore::API'; ok my $o = CloudStore::API->new('s1'), 'new'; -ok exists $o->{SLICE}, 'SLICE'; - cmp_ok $o->create_user('md5@example.com','md5sum',0), '==', 2000, 'create_user md5'; ok my $info = $o->user_info( 'md5' ), 'user_info';