IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19471


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

adapt test to new soft volume semantics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/t/07_server_find_instances.t

    r18451 r19471  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 07_server_find_instances.t,v 1.14 2008-07-09 23:32:35 jhoblitt Exp $
     5# $Id: 07_server_find_instances.t,v 1.15 2008-09-10 23:54:22 bills Exp $
    66
    77use strict;
     
    103103eval {
    104104    # key, volume
    105     my $uri = $neb->create_object('foo', 'node01');
     105    my $uri = $neb->create_object('foo', '~node01');
    106106
    107     my $locations = $neb->find_instances('foo', 'node02');
     107    my $locations = $neb->find_instances('foo', '~node02');
    108108};
    109109like($@, qr/no instances on storage volume/, 'instances on a different volume');
Note: See TracChangeset for help on using the changeset viewer.