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

jesse at bestpractical.com jesse at bestpractical.com
Sat Dec 27 16:02:45 EST 2008


Author: jesse
Date: Sat Dec 27 16:02:44 2008
New Revision: 17382

Modified:
   sd/trunk/t/01-create.t
   sd/trunk/t/02-create-with-editor.t
   sd/trunk/t/03-update-ticket-with-editor.t
   sd/trunk/t/sd-rt/pull-owner.t

Log:
* update tests for component inclusion

Modified: sd/trunk/t/01-create.t
==============================================================================
--- sd/trunk/t/01-create.t	(original)
+++ sd/trunk/t/01-create.t	Sat Dec 27 16:02:44 2008
@@ -32,10 +32,11 @@
         "id: $yatta_id ($yatta_uuid)",
         'summary: YATTA',
         'status: new',
+        'milestone: alpha',
+        'component: core',
         qr/^created: \d{4}-\d{2}-\d{2}.+$/,
         qr/^creator: /,
         'reporter: ' . $ENV{EMAIL},
-        'milestone: alpha',
         "original_replica: " . replica_uuid,
     ]
 );

Modified: sd/trunk/t/02-create-with-editor.t
==============================================================================
--- sd/trunk/t/02-create-with-editor.t	(original)
+++ sd/trunk/t/02-create-with-editor.t	Sat Dec 27 16:02:44 2008
@@ -25,10 +25,11 @@
         "id: $ticket_id ($ticket_uuid)",
         'summary: creating tickets with an editor is totally awesome',
         'status: new',
+        'milestone: alpha',
+        'component: core',
         qr/^created: \d{4}-\d{2}-\d{2}.+$/,
         qr/^creator: /,
         'reporter: ' . $ENV{EMAIL},
-        'milestone: alpha',
         "original_replica: $replica_uuid",
     ]
 );

Modified: sd/trunk/t/03-update-ticket-with-editor.t
==============================================================================
--- sd/trunk/t/03-update-ticket-with-editor.t	(original)
+++ sd/trunk/t/03-update-ticket-with-editor.t	Sat Dec 27 16:02:44 2008
@@ -24,11 +24,12 @@
         "id: $ticket_id ($ticket_uuid)",
         'summary: zomg!',
         'status: new',
+        'milestone: alpha',
+        'component: core',
         'owner: foo at bar.com',
         qr/^created: \d{4}-\d{2}-\d{2}.+$/,
         qr/^creator: /,
         'reporter: ' . $ENV{EMAIL},
-        'milestone: alpha',
         "original_replica: $replica_uuid",
     ]
 );
@@ -42,10 +43,11 @@
         "id: $ticket_id ($ticket_uuid)",
         'summary: summary changed',
         'status: new',
+        'milestone: alpha',
+        'component: core',
         qr/^created: \d{4}-\d{2}-\d{2}.+$/,
         qr/^creator: /,
         'reporter: ' . $ENV{EMAIL},
-        'milestone: alpha',
         "original_replica: $replica_uuid",
     ]
 );

Modified: sd/trunk/t/sd-rt/pull-owner.t
==============================================================================
--- sd/trunk/t/sd-rt/pull-owner.t	(original)
+++ sd/trunk/t/sd-rt/pull-owner.t	Sat Dec 27 16:02:44 2008
@@ -15,7 +15,7 @@
     }
 }
 
-use Prophet::Test tests => 47;
+use Prophet::Test tests => 26;
 use App::SD::Test;
 
 no warnings 'once';



More information about the Bps-public-commit mailing list