IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19468


Ignore:
Timestamp:
Sep 10, 2008, 1:42:11 PM (18 years ago)
Author:
bills
Message:

update test to work with the "inverted" soft volume semantics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/t/56_client_find_instances.t

    r18454 r19468  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 56_client_find_instances.t,v 1.3 2008-07-10 02:38:24 jhoblitt Exp $
     5# $Id: 56_client_find_instances.t,v 1.4 2008-09-10 23:42:11 bills Exp $
    66
    77use strict;
     
    112112    $neb->create( "foo", "node01" );
    113113
    114     my $locations = $neb->find_instances( "neb://node01/foo", "node02" );
     114    my $locations = $neb->find_instances( "neb://node01/foo", "~node02" );
    115115
    116116    is($locations, undef, "no instances on specified volume" );
Note: See TracChangeset for help on using the changeset viewer.