Index: branches/cnb_branch_20081010/Nebulous/t/52_client_replicate.t
===================================================================
--- trunk/Nebulous/t/52_client_replicate.t	(revision 18858)
+++ branches/cnb_branch_20081010/Nebulous/t/52_client_replicate.t	(revision 20043)
@@ -3,5 +3,5 @@
 # Copryight (C) 2004-2005  Joshua Hoblitt
 #
-# $Id: 52_client_replicate.t,v 1.1 2005-12-03 02:52:31 jhoblitt Exp $
+# $Id: 52_client_replicate.t,v 1.2 2008-09-24 00:36:56 jhoblitt Exp $
 
 use strict;
@@ -10,5 +10,5 @@
 use Apache::Test qw( -withtestmore );
 
-plan tests => 11;
+plan tests => 13;
 
 use lib qw( ./t ./lib );
@@ -45,4 +45,19 @@
 
     my $uri = $neb->replicate( "foo", "node01" );
+
+    ok( $uri, "good replication" );
+    ok( -e _get_file_path( $uri ), "file exists" );
+}
+
+Test::Nebulous->setup;
+
+{
+    # key, $volume = undef (same as saying no volume)
+    my $neb = Nebulous::Client->new(
+        proxy => "http://$hostport/nebulous",
+    );
+    $neb->create( "neb://node01/foo" );
+
+    my $uri = $neb->replicate( "neb://node01/foo", undef );
 
     ok( $uri, "good replication" );
Index: branches/cnb_branch_20081010/Nebulous/t/56_client_find_instances.t
===================================================================
--- trunk/Nebulous/t/56_client_find_instances.t	(revision 18858)
+++ branches/cnb_branch_20081010/Nebulous/t/56_client_find_instances.t	(revision 20043)
@@ -3,5 +3,5 @@
 # Copryight (C) 2004-2005  Joshua Hoblitt
 #
-# $Id: 56_client_find_instances.t,v 1.3 2008-07-10 02:38:24 jhoblitt Exp $
+# $Id: 56_client_find_instances.t,v 1.5 2008-09-10 23:50:26 bills Exp $
 
 use strict;
@@ -110,7 +110,7 @@
         proxy => "http://$hostport/nebulous",
     );
-    $neb->create( "foo", "node01" );
+    $neb->create( "foo", "~node01" );
 
-    my $locations = $neb->find_instances( "neb://node01/foo", "node02" );
+    my $locations = $neb->find_instances( "neb://node01/foo", "~node02" );
 
     is($locations, undef, "no instances on specified volume" );
Index: branches/cnb_branch_20081010/Nebulous/t/65_client_mounts.t
===================================================================
--- trunk/Nebulous/t/65_client_mounts.t	(revision 18858)
+++ branches/cnb_branch_20081010/Nebulous/t/65_client_mounts.t	(revision 20043)
@@ -3,5 +3,5 @@
 # Copryight (C) 2004-2005  Joshua Hoblitt
 #
-# $Id: 65_client_mounts.t,v 1.2 2008-07-10 02:38:24 jhoblitt Exp $
+# $Id: 65_client_mounts.t,v 1.3 2008-09-11 22:59:15 jhoblitt Exp $
 
 use strict;
@@ -29,5 +29,5 @@
     my $mounts = $neb->mounts();
 
-    is(scalar @$mounts, 6, "number of rows");
+    is(scalar @$mounts, 7, "number of rows");
 
     my %row;
