IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 18, 2009, 5:02:45 PM (17 years ago)
Author:
jhoblitt
Message:

start neb-cull --min_copies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/t/53_client_cull.t

    r13180 r25121  
    114114    $neb->cull();
    115115};
    116 like( $@, qr/1 - 2 were expected/, "no params" );
     116like( $@, qr/1 - 3 were expected/, "no params" );
    117117
    118118Test::Nebulous->setup;
     
    122122        proxy => "http://$hostport/nebulous",
    123123    );
    124     $neb->cull( 1, 2, 3 );
     124    $neb->cull( 1, 2, 3, 4 );
    125125};
    126 like( $@, qr/1 - 2 were expected/, "too many params" );
     126like( $@, qr/1 - 3 were expected/, "too many params" );
    127127
    128128Test::Nebulous->cleanup;
Note: See TracChangeset for help on using the changeset viewer.