Index: trunk/Nebulous-Server/t/10_server_stat_object.t
===================================================================
--- trunk/Nebulous-Server/t/10_server_stat_object.t	(revision 24637)
+++ trunk/Nebulous-Server/t/10_server_stat_object.t	(revision 24639)
@@ -8,5 +8,5 @@
 use warnings FATAL => qw( all );
 
-use Test::More tests => 12;
+use Test::More tests => 13;
 
 use lib qw( ./t ./lib );
@@ -27,5 +27,5 @@
     my $info = $neb->stat_object("foo");
 
-    is(scalar @$info, 7, "number of columns");
+    is(scalar @$info, 8, "number of columns");
 }
 
@@ -37,5 +37,5 @@
     my $info = $neb->stat_object("foo");
 
-    is(scalar @$info, 7,                       "number of columns");
+    is(scalar @$info, 8,                       "number of columns");
     is(@$info[0], 1,                           "so_id");
     is(@$info[1], "foo",                       "ext_id");
@@ -45,4 +45,5 @@
     like(@$info[5], qr/....-..-.. ..:..:../,   "mtime");
     is(@$info[6], 1,                           "instances");
+    is(@$info[7], 1,                           "available instances");
 }
 
