[Bps-public-commit] r11791 - in Prophet/trunk: .

jesse at bestpractical.com jesse at bestpractical.com
Sat Apr 19 20:38:12 EDT 2008


Author: jesse
Date: Sat Apr 19 20:38:08 2008
New Revision: 11791

Modified:
   Prophet/trunk/   (props changed)
   Prophet/trunk/lib/Prophet/Test/Participant.pm

Log:
 r29923 at 31b:  jesse | 2008-04-20 02:32:42 +0200
 Store resolutions somewhere useful


Modified: Prophet/trunk/lib/Prophet/Test/Participant.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/Test/Participant.pm	(original)
+++ Prophet/trunk/lib/Prophet/Test/Participant.pm	Sat Apr 19 20:38:08 2008
@@ -142,7 +142,7 @@
 
     my $records  = Prophet::Collection->new( handle => $cli->app_handle->handle, type => 'Scratch' );
     my $merges = Prophet::Collection->new( handle => $cli->app_handle->handle, type => $Prophet::Replica::MERGETICKET_METATYPE );
-    my $resolutions = Prophet::Collection->new( handle => $cli->resdb_handle, type => '_prophet_resolution' );
+    my $resolutions = Prophet::Collection->new( handle => $cli->app_handle->resdb_handle, type => '_prophet_resolution' );
 
     $records->matching( sub       {1} );
     $resolutions->matching( sub {1} );



More information about the Bps-public-commit mailing list