IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 28, 2019, 4:28:16 PM (7 years ago)
Author:
eugene
Message:

add some tests of force_flag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20191011/Nebulous/t/59_client_delete.t

    r40998 r40999  
    2424Test::Nebulous->cleanup;
    2525
    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 
    3926Test::Nebulous->setup;
    4027{
Note: See TracChangeset for help on using the changeset viewer.