Index: trunk/Nebulous-Server/t/07_server_find_instances.t
===================================================================
--- trunk/Nebulous-Server/t/07_server_find_instances.t	(revision 19470)
+++ trunk/Nebulous-Server/t/07_server_find_instances.t	(revision 19471)
@@ -3,5 +3,5 @@
 # Copryight (C) 2004-2005  Joshua Hoblitt
 #
-# $Id: 07_server_find_instances.t,v 1.14 2008-07-09 23:32:35 jhoblitt Exp $
+# $Id: 07_server_find_instances.t,v 1.15 2008-09-10 23:54:22 bills Exp $
 
 use strict;
@@ -103,7 +103,7 @@
 eval {
     # key, volume
-    my $uri = $neb->create_object('foo', 'node01');
+    my $uri = $neb->create_object('foo', '~node01');
 
-    my $locations = $neb->find_instances('foo', 'node02');
+    my $locations = $neb->find_instances('foo', '~node02');
 };
 like($@, qr/no instances on storage volume/, 'instances on a different volume');
