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

sartak at bestpractical.com sartak at bestpractical.com
Fri Jul 18 17:38:38 EDT 2008


Author: sartak
Date: Fri Jul 18 17:38:37 2008
New Revision: 14292

Modified:
   Prophet/trunk/   (props changed)
   Prophet/trunk/t/edit.t

Log:
 r64601 at onn:  sartak | 2008-07-18 17:38:07 -0400
 Test fix for new updated record format


Modified: Prophet/trunk/t/edit.t
==============================================================================
--- Prophet/trunk/t/edit.t	(original)
+++ Prophet/trunk/t/edit.t	Fri Jul 18 17:38:37 2008
@@ -9,7 +9,7 @@
 
 my ($luid,  $uuid);
 my $created_re = qr/Created Robot Master (\d+)(?{ $luid = $1}) \((\S+)(?{ $uuid = $2 })\)/;
-my $updated_re = qr/Robot Master (\S+)(?{ $uuid = $1 }) updated/;
+my $updated_re = qr/Robot Master \d+ \((\S+)(?{ $uuid = $1 })\) updated/;
 my $invoked_editor = 0;
 
 # ------------



More information about the Bps-public-commit mailing list