IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19494


Ignore:
Timestamp:
Sep 11, 2008, 12:59:15 PM (18 years ago)
Author:
jhoblitt
Message:

mounts

File:
1 edited

Legend:

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

    r18454 r19494  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 65_client_mounts.t,v 1.2 2008-07-10 02:38:24 jhoblitt Exp $
     5# $Id: 65_client_mounts.t,v 1.3 2008-09-11 22:59:15 jhoblitt Exp $
    66
    77use strict;
     
    2929    my $mounts = $neb->mounts();
    3030
    31     is(scalar @$mounts, 6, "number of rows");
     31    is(scalar @$mounts, 7, "number of rows");
    3232
    3333    my %row;
Note: See TracChangeset for help on using the changeset viewer.