[Bps-public-commit] r14294 - in sd/trunk: .

sartak at bestpractical.com sartak at bestpractical.com
Fri Jul 18 18:06:50 EDT 2008


Author: sartak
Date: Fri Jul 18 18:06:50 2008
New Revision: 14294

Modified:
   sd/trunk/   (props changed)
   sd/trunk/t/sd-attachments.t
   sd/trunk/t/sd-comments.t
   sd/trunk/t/sd-validation.t

Log:
 r64606 at onn:  sartak | 2008-07-18 18:06:36 -0400
 Some fixes for the new update output. but sd-validation is still failing for me


Modified: sd/trunk/t/sd-attachments.t
==============================================================================
--- sd/trunk/t/sd-attachments.t	(original)
+++ sd/trunk/t/sd-attachments.t	Fri Jul 18 18:06:50 2008
@@ -45,7 +45,7 @@
         '--',
         qw/--name/,                          "plague_recipe.doc"
     ],
-    [qr/attachment $attachment_uuid updated/],
+    [qr/attachment \d+ \($attachment_uuid\) updated/],
     [],
     "updated the attachment"
 );

Modified: sd/trunk/t/sd-comments.t
==============================================================================
--- sd/trunk/t/sd-comments.t	(original)
+++ sd/trunk/t/sd-comments.t	Fri Jul 18 18:06:50 2008
@@ -47,7 +47,7 @@
         '--',
         qw/--content/,                    "I hate you"
     ],
-    [qr/comment $comment_uuid updated/],
+    [qr/comment \d+ \($comment_uuid\) updated/],
     [],
     "updated the comment"
 );

Modified: sd/trunk/t/sd-validation.t
==============================================================================
--- sd/trunk/t/sd-validation.t	(original)
+++ sd/trunk/t/sd-validation.t	Fri Jul 18 18:06:50 2008
@@ -38,7 +38,7 @@
 is_script_output( 'sd', [ 'ticket',  
     'update', '--uuid', $yatta_uuid, '--', '--status', 'stalled'
     ],
-   [qr/ticket $yatta_uuid updated./], # stdout
+   [qr/ticket \d+ \($yatta_uuid\) updated./], # stdout
    [], # stderr
    "Setting the status to stalled went ok"
 



More information about the Bps-public-commit mailing list