[Bps-public-commit] r16726 - in sd/branches/init-and-clone: .

sartak at bestpractical.com sartak at bestpractical.com
Thu Nov 6 14:07:06 EST 2008


Author: sartak
Date: Thu Nov  6 14:07:06 2008
New Revision: 16726

Modified:
   sd/branches/init-and-clone/   (props changed)
   sd/branches/init-and-clone/t/01-create.t
   sd/branches/init-and-clone/t/02-create-with-editor.t
   sd/branches/init-and-clone/t/03-update-ticket-with-editor.t
   sd/branches/init-and-clone/t/05-config-file-loading.t

Log:
 r75142 at onn:  sartak | 2008-11-06 13:16:09 -0500
 First round of test fixes


Modified: sd/branches/init-and-clone/t/01-create.t
==============================================================================
--- sd/branches/init-and-clone/t/01-create.t	(original)
+++ sd/branches/init-and-clone/t/01-create.t	Thu Nov  6 14:07:06 2008
@@ -34,6 +34,7 @@
         'status: new',
         qr/^created: \d{4}-\d{2}-\d{2}.+$/,
         qr/^creator: /,
+        'reported_by: ' . $ENV{EMAIL},
         'milestone: alpha',
         "original_replica: " . replica_uuid,
     ]

Modified: sd/branches/init-and-clone/t/02-create-with-editor.t
==============================================================================
--- sd/branches/init-and-clone/t/02-create-with-editor.t	(original)
+++ sd/branches/init-and-clone/t/02-create-with-editor.t	Thu Nov  6 14:07:06 2008
@@ -27,6 +27,7 @@
         'status: new',
         qr/^created: \d{4}-\d{2}-\d{2}.+$/,
         qr/^creator: /,
+        'reported_by: ' . $ENV{EMAIL},
         'milestone: alpha',
         "original_replica: $replica_uuid",
     ]

Modified: sd/branches/init-and-clone/t/03-update-ticket-with-editor.t
==============================================================================
--- sd/branches/init-and-clone/t/03-update-ticket-with-editor.t	(original)
+++ sd/branches/init-and-clone/t/03-update-ticket-with-editor.t	Thu Nov  6 14:07:06 2008
@@ -27,6 +27,7 @@
         'owner: foo at bar.com',
         qr/^created: \d{4}-\d{2}-\d{2}.+$/,
         qr/^creator: /,
+        'reported_by: ' . $ENV{EMAIL},
         'milestone: alpha',
         "original_replica: $replica_uuid",
     ]
@@ -43,6 +44,7 @@
         'status: new',
         qr/^created: \d{4}-\d{2}-\d{2}.+$/,
         qr/^creator: /,
+        'reported_by: ' . $ENV{EMAIL},
         'milestone: alpha',
         "original_replica: $replica_uuid",
     ]

Modified: sd/branches/init-and-clone/t/05-config-file-loading.t
==============================================================================
--- sd/branches/init-and-clone/t/05-config-file-loading.t	(original)
+++ sd/branches/init-and-clone/t/05-config-file-loading.t	Thu Nov  6 14:07:06 2008
@@ -109,5 +109,5 @@
 
 run_output_matches( 'sd', [ 'ticket',
     'list', '--regex', '.' ],
-    [ qr/(\d+) YATTA new/]
+    [ qr/(\d+) } new    YATTA /]
 );



More information about the Bps-public-commit mailing list