Index: trunk/Nebulous/t/53_client_cull.t
===================================================================
--- trunk/Nebulous/t/53_client_cull.t	(revision 5667)
+++ trunk/Nebulous/t/53_client_cull.t	(revision 13059)
@@ -3,5 +3,5 @@
 # Copryight (C) 2004-2005  Joshua Hoblitt
 #
-# $Id: 53_client_cull.t,v 1.1 2005-12-03 02:52:31 jhoblitt Exp $
+# $Id: 53_client_cull.t,v 1.2 2007-04-27 21:36:20 jhoblitt Exp $
 
 use strict;
@@ -38,6 +38,5 @@
 Test::Nebulous->setup;
 
-SKIP: {
-    skip "unsure if this should be part of the API", 2;
+{
 
     # key, $volume
@@ -77,6 +76,5 @@
 Test::Nebulous->setup;
 
-SKIP: {
-    skip "unsure if this should be part of the API", 4;
+{
 
     # key, $volume
@@ -117,5 +115,5 @@
     $neb->cull();
 };
-like( $@, qr/1 was expected/, "no params" );
+like( $@, qr/1 - 2 were expected/, "no params" );
 
 Test::Nebulous->setup;
@@ -125,7 +123,7 @@
         proxy => "http://$hostport/nebulous",
     );
-    $neb->cull( 1, 2 );
+    $neb->cull( 1, 2, 3 );
 };
-like( $@, qr/1 was expected/, "too many params" );
+like( $@, qr/1 - 2 were expected/, "too many params" );
 
 Test::Nebulous->cleanup;
