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/53_client_cull.t

    r13059 r13173  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 53_client_cull.t,v 1.2 2007-04-27 21:36:20 jhoblitt Exp $
     5# $Id: 53_client_cull.t,v 1.3 2007-05-03 01:44:24 jhoblitt Exp $
    66
    77use strict;
     
    1414use lib qw( ./t ./lib );
    1515
    16 use Nebulous::Client;
     16use Nebulous::Client trace => 'debug';
    1717use Nebulous::Util qw( :standard );
    1818use Test::Nebulous;
     
    9696}
    9797
     98die;
    9899Test::Nebulous->setup;
    99100
Note: See TracChangeset for help on using the changeset viewer.