Index: /trunk/Nebulous-Server/t/16_client_find_instances.t
===================================================================
--- /trunk/Nebulous-Server/t/16_client_find_instances.t	(revision 2870)
+++ /trunk/Nebulous-Server/t/16_client_find_instances.t	(revision 2871)
@@ -6,5 +6,5 @@
 use Apache::Test qw( -withtestmore );
 
-plan tests => 13;
+plan tests => 19;
 
 use lib qw( ./t ./lib );
@@ -29,4 +29,5 @@
     is( scalar @$locations, 1, "found 1" );
     like( @$locations[0], qr/file:/, "URIs match" );
+    ok( -e _get_file_path( @$locations[0] ), "URI matches file" );
 }
 
@@ -46,4 +47,6 @@
     like( @$locations[0], qr/file:/, "URIs match" );
     like( @$locations[1], qr/file:/, "URIs match" );
+    ok( -e _get_file_path( @$locations[0] ), "URI matches file" );
+    ok( -e _get_file_path( @$locations[1] ), "URI matches file" );
 }
 
@@ -61,4 +64,5 @@
     is( scalar @$locations, 1, "found 1" );
     like( @$locations[0], qr/file:/, "URIs match" );
+    ok( -e _get_file_path( @$locations[0] ), "URI matches file" );
 }
 
@@ -78,6 +82,7 @@
     like( @$locations[0], qr/file:/, "URIs match" );
     like( @$locations[1], qr/file:/, "URIs match" );
+    ok( -e _get_file_path( @$locations[0] ), "URI matches file" );
+    ok( -e _get_file_path( @$locations[1] ), "URI matches file" );
 }
-
 
 Test::IData->setup;
Index: /trunk/Nebulous/t/16_client_find_instances.t
===================================================================
--- /trunk/Nebulous/t/16_client_find_instances.t	(revision 2870)
+++ /trunk/Nebulous/t/16_client_find_instances.t	(revision 2871)
@@ -6,5 +6,5 @@
 use Apache::Test qw( -withtestmore );
 
-plan tests => 13;
+plan tests => 19;
 
 use lib qw( ./t ./lib );
@@ -29,4 +29,5 @@
     is( scalar @$locations, 1, "found 1" );
     like( @$locations[0], qr/file:/, "URIs match" );
+    ok( -e _get_file_path( @$locations[0] ), "URI matches file" );
 }
 
@@ -46,4 +47,6 @@
     like( @$locations[0], qr/file:/, "URIs match" );
     like( @$locations[1], qr/file:/, "URIs match" );
+    ok( -e _get_file_path( @$locations[0] ), "URI matches file" );
+    ok( -e _get_file_path( @$locations[1] ), "URI matches file" );
 }
 
@@ -61,4 +64,5 @@
     is( scalar @$locations, 1, "found 1" );
     like( @$locations[0], qr/file:/, "URIs match" );
+    ok( -e _get_file_path( @$locations[0] ), "URI matches file" );
 }
 
@@ -78,6 +82,7 @@
     like( @$locations[0], qr/file:/, "URIs match" );
     like( @$locations[1], qr/file:/, "URIs match" );
+    ok( -e _get_file_path( @$locations[0] ), "URI matches file" );
+    ok( -e _get_file_path( @$locations[1] ), "URI matches file" );
 }
-
 
 Test::IData->setup;
