Index: trunk/Nebulous-Server/t/03_server_create_object.t
===================================================================
--- trunk/Nebulous-Server/t/03_server_create_object.t	(revision 19471)
+++ trunk/Nebulous-Server/t/03_server_create_object.t	(revision 19493)
@@ -3,5 +3,5 @@
 # Copryight (C) 2004-2005  Joshua Hoblitt
 #
-# $Id: 03_server_create_object.t,v 1.29 2008-09-10 23:53:23 bills Exp $
+# $Id: 03_server_create_object.t,v 1.30 2008-09-11 22:35:52 jhoblitt Exp $
 
 use strict;
@@ -353,14 +353,14 @@
 
 eval {
-    $neb->create_object("foo", '~node03');
-};
-like($@, qr/node03 is not available/, "request volume this is full");
-
-Test::Nebulous->setup;
-
-eval {
-    $neb->create_object("neb://~node03/foo");
-};
-like($@, qr/node03 is not available/, "request volume this is full");
+    $neb->create_object("foo", '~node07');
+};
+like($@, qr/node07 is not available/, "request volume this is full");
+
+Test::Nebulous->setup;
+
+eval {
+    $neb->create_object("neb://~node07/foo");
+};
+like($@, qr/node07 is not available/, "request volume this is full");
 
 Test::Nebulous->setup;
Index: trunk/Nebulous-Server/t/04_server_replicate_object.t
===================================================================
--- trunk/Nebulous-Server/t/04_server_replicate_object.t	(revision 19471)
+++ trunk/Nebulous-Server/t/04_server_replicate_object.t	(revision 19493)
@@ -3,5 +3,5 @@
 # Copryight (C) 2004-2005  Joshua Hoblitt
 #
-# $Id: 04_server_replicate_object.t,v 1.15 2008-09-09 02:18:47 jhoblitt Exp $
+# $Id: 04_server_replicate_object.t,v 1.16 2008-09-11 22:35:52 jhoblitt Exp $
 
 use strict;
@@ -155,8 +155,8 @@
 Test::Nebulous->setup;
 
-{
+eval {
     $neb->create_object('foo');
     ok($neb->replicate_object('foo', 'bar'),'soft fake storage volume');
-}
+};
 
 Test::Nebulous->setup;
Index: trunk/Nebulous-Server/t/07_server_find_instances.t
===================================================================
--- trunk/Nebulous-Server/t/07_server_find_instances.t	(revision 19471)
+++ trunk/Nebulous-Server/t/07_server_find_instances.t	(revision 19493)
@@ -3,5 +3,5 @@
 # Copryight (C) 2004-2005  Joshua Hoblitt
 #
-# $Id: 07_server_find_instances.t,v 1.15 2008-09-10 23:54:22 bills Exp $
+# $Id: 07_server_find_instances.t,v 1.16 2008-09-11 22:35:52 jhoblitt Exp $
 
 use strict;
@@ -121,7 +121,7 @@
 eval {
     $neb->create_object('foo');
-    $neb->find_instances('foo', 'bar');
+    $neb->find_instances('foo', '~bar');
 };
-like($@, qr/is valid volume name/, "storage volume does not exist");
+like($@, qr/is not a valid volume name/, "storage volume does not exist");
 
 Test::Nebulous->setup;
Index: trunk/Nebulous-Server/t/15_mounts.t
===================================================================
--- trunk/Nebulous-Server/t/15_mounts.t	(revision 19471)
+++ trunk/Nebulous-Server/t/15_mounts.t	(revision 19493)
@@ -3,5 +3,5 @@
 # Copryight (C) 2008  Joshua Hoblitt
 #
-# $Id: 15_mounts.t,v 1.2 2008-07-01 00:28:07 jhoblitt Exp $
+# $Id: 15_mounts.t,v 1.3 2008-09-11 22:35:52 jhoblitt Exp $
 
 use strict;
@@ -28,5 +28,5 @@
     my $mounts = $neb->mounts();
 
-    is(scalar @$mounts, 6, "number of rows");
+    is(scalar @$mounts, 7, "number of rows");
 
     my %row;
