Changeset 17650 for trunk/Nebulous-Server/t/09_server_stat_object.t
- Timestamp:
- May 12, 2008, 5:55:08 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/t/09_server_stat_object.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/t/09_server_stat_object.t
r17072 r17650 3 3 # Copryight (C) 2004-2005 Joshua Hoblitt 4 4 # 5 # $Id: 09_server_stat_object.t,v 1.1 3 2008-03-20 21:10:14jhoblitt Exp $5 # $Id: 09_server_stat_object.t,v 1.14 2008-05-13 03:55:08 jhoblitt Exp $ 6 6 7 7 use strict; … … 49 49 Test::Nebulous->setup; 50 50 51 eval{52 $neb->stat_object("foo");53 };54 like($@, qr/is valid object key/, "object does not exist"); 51 { 52 my $stat = $neb->stat_object("foo"); 53 is($stat, undef, "object does not exist"); 54 } 55 55 56 56 Test::Nebulous->setup;
Note:
See TracChangeset
for help on using the changeset viewer.
