IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 5, 2005, 12:27:22 PM (22 years ago)
Author:
jhoblitt
Message:

clarify non-existent object test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/t/19_client_delete.t

    r2873 r2913  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 19_client_delete.t,v 1.1 2005-01-04 01:32:57 jhoblitt Exp $
     5# $Id: 19_client_delete.t,v 1.2 2005-01-05 22:27:22 jhoblitt Exp $
    66
    77use strict;
     
    5858    );
    5959
    60     ok( ! $idata->delete( "foo" ), "delete non-existant object" );
     60    is( $idata->delete( "foo" ), undef, "delete non-existant object" );
    6161}
    6262
Note: See TracChangeset for help on using the changeset viewer.