IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 2, 2007, 3:44:24 PM (19 years ago)
Author:
jhoblitt
Message:

better paramter checking
overhaul instance table
add ->_is_valid_object_key() method
change ->find_instances() to check it's params and only return instances on mounted & available volumes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/t/08_server_delete_instance.t

    r12644 r13173  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 08_server_delete_instance.t,v 1.7 2007-03-28 21:50:26 jhoblitt Exp $
     5# $Id: 08_server_delete_instance.t,v 1.8 2007-05-03 01:44:24 jhoblitt Exp $
    66
    77use strict;
     
    4747        $neb->find_instances("foo");
    4848    };
    49     like($@, qr/no instances found/, "storage object was deleted");
     49    like($@, qr/is valid object key/, "storage object was deleted");
    5050}
    5151
Note: See TracChangeset for help on using the changeset viewer.