[Bps-public-commit] r11360 - SVN-PropDB/bin
clkao at bestpractical.com
clkao at bestpractical.com
Tue Apr 1 21:53:53 EDT 2008
Author: clkao
Date: Tue Apr 1 21:53:53 2008
New Revision: 11360
Modified:
SVN-PropDB/bin/generalized_sync_n_merge.t
Log:
have generalized_sync_n_merge take argv for number of chickens.
Modified: SVN-PropDB/bin/generalized_sync_n_merge.t
==============================================================================
--- SVN-PropDB/bin/generalized_sync_n_merge.t (original)
+++ SVN-PropDB/bin/generalized_sync_n_merge.t Tue Apr 1 21:53:53 2008
@@ -8,7 +8,7 @@
use_ok('Prophet::Test::Participant');
my $arena = Prophet::Test::Arena->new();
-$arena->setup(3);
+$arena->setup(shift || 5);
for(1..3) {
$arena->step('create_record');
More information about the Bps-public-commit
mailing list