Changeset 13059
- Timestamp:
- Apr 27, 2007, 11:36:20 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/t/53_client_cull.t (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/t/53_client_cull.t
r5667 r13059 3 3 # Copryight (C) 2004-2005 Joshua Hoblitt 4 4 # 5 # $Id: 53_client_cull.t,v 1. 1 2005-12-03 02:52:31jhoblitt Exp $5 # $Id: 53_client_cull.t,v 1.2 2007-04-27 21:36:20 jhoblitt Exp $ 6 6 7 7 use strict; … … 38 38 Test::Nebulous->setup; 39 39 40 SKIP: { 41 skip "unsure if this should be part of the API", 2; 40 { 42 41 43 42 # key, $volume … … 77 76 Test::Nebulous->setup; 78 77 79 SKIP: { 80 skip "unsure if this should be part of the API", 4; 78 { 81 79 82 80 # key, $volume … … 117 115 $neb->cull(); 118 116 }; 119 like( $@, qr/1 wasexpected/, "no params" );117 like( $@, qr/1 - 2 were expected/, "no params" ); 120 118 121 119 Test::Nebulous->setup; … … 125 123 proxy => "http://$hostport/nebulous", 126 124 ); 127 $neb->cull( 1, 2 );125 $neb->cull( 1, 2, 3 ); 128 126 }; 129 like( $@, qr/1 wasexpected/, "too many params" );127 like( $@, qr/1 - 2 were expected/, "too many params" ); 130 128 131 129 Test::Nebulous->cleanup;
Note:
See TracChangeset
for help on using the changeset viewer.
