IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 14, 2008, 5:26:11 PM (18 years ago)
Author:
jhoblitt
Message:

overhaul SOAP fault message handling
suppress non-existant key errors from Nebulous::Client->find_instances()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/t/64_client_find_objects.t

    r16232 r17693  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 64_client_find_objects.t,v 1.2 2008-01-25 20:54:04 jhoblitt Exp $
     5# $Id: 64_client_find_objects.t,v 1.3 2008-05-15 03:26:11 jhoblitt Exp $
    66
    77use strict;
     
    3131    my $keys = $neb->find_objects();
    3232
    33     # undef indicates an error
    34     is($keys, undef, 'undef is an error');
     33    # currently returning everything is turned off
     34    is($keys, undef, 'no keys found');
    3535}
    3636
     
    7676    my $keys = $neb->find_objects( "bar" );
    7777
    78     is_deeply($keys, [], 'number of keys found');
     78    is($keys, undef, 'no keys found');
    7979}
    8080
Note: See TracChangeset for help on using the changeset viewer.