Index: trunk/Nebulous-Server/t/15_mounts.t
===================================================================
--- trunk/Nebulous-Server/t/15_mounts.t	(revision 17753)
+++ trunk/Nebulous-Server/t/15_mounts.t	(revision 18389)
@@ -3,10 +3,10 @@
 # Copryight (C) 2008  Joshua Hoblitt
 #
-# $Id: 15_mounts.t,v 1.1 2008-03-21 01:25:21 jhoblitt Exp $
+# $Id: 15_mounts.t,v 1.2 2008-07-01 00:28:07 jhoblitt Exp $
 
 use strict;
 use warnings FATAL => qw( all );
 
-use Test::More tests => 16;
+use Test::More tests => 18;
 
 use lib qw( ./t ./lib );
@@ -32,5 +32,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]};
     
@@ -39,4 +39,5 @@
     is($row{vol_id},    1);
     is($row{name},      "node01");
+    is($row{host},      "node01");
     is($row{allocate},  1);
     is($row{available}, 1);
@@ -44,5 +45,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]};
 
@@ -51,4 +52,5 @@
     is($row{vol_id},    2);
     is($row{name},      "node02");
+    is($row{host},      "node02");
     is($row{allocate},  1);
     is($row{available}, 1);
