IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

invert soft volume semantics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/t/15_mounts.t

    r18389 r19493  
    33# Copryight (C) 2008  Joshua Hoblitt
    44#
    5 # $Id: 15_mounts.t,v 1.2 2008-07-01 00:28:07 jhoblitt Exp $
     5# $Id: 15_mounts.t,v 1.3 2008-09-11 22:35:52 jhoblitt Exp $
    66
    77use strict;
     
    2828    my $mounts = $neb->mounts();
    2929
    30     is(scalar @$mounts, 6, "number of rows");
     30    is(scalar @$mounts, 7, "number of rows");
    3131
    3232    my %row;
Note: See TracChangeset for help on using the changeset viewer.