Index: trunk/Nebulous/t/64_client_find_objects.t
===================================================================
--- trunk/Nebulous/t/64_client_find_objects.t	(revision 17691)
+++ trunk/Nebulous/t/64_client_find_objects.t	(revision 17693)
@@ -3,5 +3,5 @@
 # Copryight (C) 2004-2005  Joshua Hoblitt
 #
-# $Id: 64_client_find_objects.t,v 1.2 2008-01-25 20:54:04 jhoblitt Exp $
+# $Id: 64_client_find_objects.t,v 1.3 2008-05-15 03:26:11 jhoblitt Exp $
 
 use strict;
@@ -31,6 +31,6 @@
     my $keys = $neb->find_objects();
 
-    # undef indicates an error
-    is($keys, undef, 'undef is an error');
+    # currently returning everything is turned off
+    is($keys, undef, 'no keys found');
 }
 
@@ -76,5 +76,5 @@
     my $keys = $neb->find_objects( "bar" );
 
-    is_deeply($keys, [], 'number of keys found');
+    is($keys, undef, 'no keys found');
 }
 
