Changeset 40999
- Timestamp:
- Oct 28, 2019, 4:28:16 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20191011/Nebulous/t/59_client_delete.t
r40998 r40999 24 24 Test::Nebulous->cleanup; 25 25 26 # test of the eval thing;27 ## Test::Nebulous->setup;28 ## eval {29 ## my $neb = Nebulous::Client->new(30 ## proxy => "http://$hostport/nebulous",31 ## );32 ## print "1\n";33 ## $neb->delete( "foo", 0, 1, 2 );34 ## print "2\n";35 ## };36 ## like( $@, qr/1 - 3 were expected/, "too many params" );37 ## die "ex";38 39 26 Test::Nebulous->setup; 40 27 {
Note:
See TracChangeset
for help on using the changeset viewer.
