Changeset 17717 for trunk/Nebulous-Server/t/09_server_stat_object.t
- Timestamp:
- May 16, 2008, 10:29:19 AM (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
r17650 r17717 3 3 # Copryight (C) 2004-2005 Joshua Hoblitt 4 4 # 5 # $Id: 09_server_stat_object.t,v 1.1 4 2008-05-13 03:55:08jhoblitt Exp $5 # $Id: 09_server_stat_object.t,v 1.15 2008-05-16 20:29:19 jhoblitt Exp $ 6 6 7 7 use strict; … … 49 49 Test::Nebulous->setup; 50 50 51 {51 eval { 52 52 my $stat = $neb->stat_object("foo"); 53 is($stat, undef, "object does not exist");54 } 53 }; 54 like($@, qr/is valid object key/, "no params"); 55 55 56 56 Test::Nebulous->setup;
Note:
See TracChangeset
for help on using the changeset viewer.
