- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Nebulous/t/53_client_cull.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/Nebulous/t/53_client_cull.t
r13180 r27840 114 114 $neb->cull(); 115 115 }; 116 like( $@, qr/1 - 2were expected/, "no params" );116 like( $@, qr/1 - 3 were expected/, "no params" ); 117 117 118 118 Test::Nebulous->setup; … … 122 122 proxy => "http://$hostport/nebulous", 123 123 ); 124 $neb->cull( 1, 2, 3 );124 $neb->cull( 1, 2, 3, 4 ); 125 125 }; 126 like( $@, qr/1 - 2were expected/, "too many params" );126 like( $@, qr/1 - 3 were expected/, "too many params" ); 127 127 128 128 Test::Nebulous->cleanup;
Note:
See TracChangeset
for help on using the changeset viewer.
