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/07_server_find_instances.t

    r19471 r19493  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 07_server_find_instances.t,v 1.15 2008-09-10 23:54:22 bills Exp $
     5# $Id: 07_server_find_instances.t,v 1.16 2008-09-11 22:35:52 jhoblitt Exp $
    66
    77use strict;
     
    121121eval {
    122122    $neb->create_object('foo');
    123     $neb->find_instances('foo', 'bar');
     123    $neb->find_instances('foo', '~bar');
    124124};
    125 like($@, qr/is valid volume name/, "storage volume does not exist");
     125like($@, qr/is not a valid volume name/, "storage volume does not exist");
    126126
    127127Test::Nebulous->setup;
Note: See TracChangeset for help on using the changeset viewer.