IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 9, 2008, 4:38:24 PM (18 years ago)
Author:
jhoblitt
Message:

change "any" volume usage to corespond to changes in Nebulous::Server

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/t/65_client_mounts.t

    r17081 r18454  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 65_client_mounts.t,v 1.1 2008-03-21 01:53:36 jhoblitt Exp $
     5# $Id: 65_client_mounts.t,v 1.2 2008-07-10 02:38:24 jhoblitt Exp $
    66
    77use strict;
     
    1010use Apache::Test qw( -withtestmore );
    1111
    12 plan tests => 16;
     12plan tests => 18;
    1313
    1414use lib qw( ./t ./lib );
     
    3333    my %row;
    3434    # first row
    35     @row{qw(mountpoint total used vol_id name path allocate available xattr)}
     35    @row{qw(mountpoint total used vol_id name host path allocate available xattr)}
    3636        = @{$mounts->[0]};
    3737
     
    4040    is($row{vol_id},    1);
    4141    is($row{name},      "node01");
     42    is($row{host},      "node01");
    4243    is($row{allocate},  1);
    4344    is($row{available}, 1);
     
    4546
    4647    # 2nd row
    47     @row{qw(mountpoint total used vol_id name path allocate available xattr)}
     48    @row{qw(mountpoint total used vol_id name host path allocate available xattr)}
    4849        = @{$mounts->[1]};
    4950
     
    5253    is($row{vol_id},    2);
    5354    is($row{name},      "node02");
     55    is($row{host},      "node02");
    5456    is($row{allocate},  1);
    5557    is($row{available}, 1);
Note: See TracChangeset for help on using the changeset viewer.