[Bps-public-commit] r11335 - in SVN-PropDB: .

jesse at bestpractical.com jesse at bestpractical.com
Tue Apr 1 05:36:08 EDT 2008


Author: jesse
Date: Tue Apr  1 05:35:57 2008
New Revision: 11335

Modified:
   SVN-PropDB/   (props changed)
   SVN-PropDB/lib/Prophet/Test/Participant.pm

Log:
 r28899 at 68-246-174-125:  jesse | 2008-03-31 23:22:15 -1000
  * record deletes 


Modified: SVN-PropDB/lib/Prophet/Test/Participant.pm
==============================================================================
--- SVN-PropDB/lib/Prophet/Test/Participant.pm	(original)
+++ SVN-PropDB/lib/Prophet/Test/Participant.pm	Tue Apr  1 05:35:57 2008
@@ -74,7 +74,9 @@
 }
 sub delete_record {
     my $self = shift;
-    run_ok('prophet-node-delete', [qw(--type Scratch --uuid),  get_random_local_record()]);
+    my $record = get_random_local_record();
+    $self->record_action('delete_record', $record);
+    run_ok('prophet-node-delete', [qw(--type Scratch --uuid), $record]);
 
 }
 sub create_record {



More information about the Bps-public-commit mailing list