Index: trunk/Nebulous/t/65_client_mounts.t
===================================================================
--- trunk/Nebulous/t/65_client_mounts.t	(revision 17081)
+++ trunk/Nebulous/t/65_client_mounts.t	(revision 18454)
@@ -3,5 +3,5 @@
 # Copryight (C) 2004-2005  Joshua Hoblitt
 #
-# $Id: 65_client_mounts.t,v 1.1 2008-03-21 01:53:36 jhoblitt Exp $
+# $Id: 65_client_mounts.t,v 1.2 2008-07-10 02:38:24 jhoblitt Exp $
 
 use strict;
@@ -10,5 +10,5 @@
 use Apache::Test qw( -withtestmore );
 
-plan tests => 16;
+plan tests => 18;
 
 use lib qw( ./t ./lib );
@@ -33,5 +33,5 @@
     my %row;
     # first row
-    @row{qw(mountpoint total used vol_id name path allocate available xattr)}
+    @row{qw(mountpoint total used vol_id name host path allocate available xattr)}
         = @{$mounts->[0]};
 
@@ -40,4 +40,5 @@
     is($row{vol_id},    1);
     is($row{name},      "node01");
+    is($row{host},      "node01");
     is($row{allocate},  1);
     is($row{available}, 1);
@@ -45,5 +46,5 @@
 
     # 2nd row
-    @row{qw(mountpoint total used vol_id name path allocate available xattr)}
+    @row{qw(mountpoint total used vol_id name host path allocate available xattr)}
         = @{$mounts->[1]};
 
@@ -52,4 +53,5 @@
     is($row{vol_id},    2);
     is($row{name},      "node02");
+    is($row{host},      "node02");
     is($row{allocate},  1);
     is($row{available}, 1);
