Index: /trunk/Nebulous-Server/t/19_client_delete.t
===================================================================
--- /trunk/Nebulous-Server/t/19_client_delete.t	(revision 2912)
+++ /trunk/Nebulous-Server/t/19_client_delete.t	(revision 2913)
@@ -3,5 +3,5 @@
 # Copryight (C) 2004-2005  Joshua Hoblitt
 #
-# $Id: 19_client_delete.t,v 1.1 2005-01-04 01:32:57 jhoblitt Exp $
+# $Id: 19_client_delete.t,v 1.2 2005-01-05 22:27:22 jhoblitt Exp $
 
 use strict;
@@ -58,5 +58,5 @@
     );
 
-    ok( ! $idata->delete( "foo" ), "delete non-existant object" );
+    is( $idata->delete( "foo" ), undef, "delete non-existant object" );
 }
 
Index: /trunk/Nebulous/t/19_client_delete.t
===================================================================
--- /trunk/Nebulous/t/19_client_delete.t	(revision 2912)
+++ /trunk/Nebulous/t/19_client_delete.t	(revision 2913)
@@ -3,5 +3,5 @@
 # Copryight (C) 2004-2005  Joshua Hoblitt
 #
-# $Id: 19_client_delete.t,v 1.1 2005-01-04 01:32:57 jhoblitt Exp $
+# $Id: 19_client_delete.t,v 1.2 2005-01-05 22:27:22 jhoblitt Exp $
 
 use strict;
@@ -58,5 +58,5 @@
     );
 
-    ok( ! $idata->delete( "foo" ), "delete non-existant object" );
+    is( $idata->delete( "foo" ), undef, "delete non-existant object" );
 }
 
