IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 16, 2008, 10:29:19 AM (18 years ago)
Author:
jhoblitt
Message:

test updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/t/09_server_stat_object.t

    r17650 r17717  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 09_server_stat_object.t,v 1.14 2008-05-13 03:55:08 jhoblitt Exp $
     5# $Id: 09_server_stat_object.t,v 1.15 2008-05-16 20:29:19 jhoblitt Exp $
    66
    77use strict;
     
    4949Test::Nebulous->setup;
    5050
    51 {
     51eval {
    5252    my $stat = $neb->stat_object("foo");
    53     is($stat, undef, "object does not exist");
    54 }
     53};
     54like($@, qr/is valid object key/, "no params");
    5555
    5656Test::Nebulous->setup;
Note: See TracChangeset for help on using the changeset viewer.