Changeset 17693 for trunk/Nebulous/t/64_client_find_objects.t
- Timestamp:
- May 14, 2008, 5:26:11 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/t/64_client_find_objects.t (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/t/64_client_find_objects.t
r16232 r17693 3 3 # Copryight (C) 2004-2005 Joshua Hoblitt 4 4 # 5 # $Id: 64_client_find_objects.t,v 1. 2 2008-01-25 20:54:04jhoblitt Exp $5 # $Id: 64_client_find_objects.t,v 1.3 2008-05-15 03:26:11 jhoblitt Exp $ 6 6 7 7 use strict; … … 31 31 my $keys = $neb->find_objects(); 32 32 33 # undef indicates an error34 is($keys, undef, ' undef is an error');33 # currently returning everything is turned off 34 is($keys, undef, 'no keys found'); 35 35 } 36 36 … … 76 76 my $keys = $neb->find_objects( "bar" ); 77 77 78 is _deeply($keys, [], 'number ofkeys found');78 is($keys, undef, 'no keys found'); 79 79 } 80 80
Note:
See TracChangeset
for help on using the changeset viewer.
