### Eclipse Workspace Patch 1.0
#P simpletest
Index: tests/functional/system.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/simpletest/tests/functional/system.test,v
retrieving revision 1.11
diff -u -r1.11 system.test
--- tests/functional/system.test	8 Apr 2008 18:55:18 -0000	1.11
+++ tests/functional/system.test	19 Apr 2008 16:42:41 -0000
@@ -9,7 +9,7 @@
     return array(
       'name' => t('Module list functionality'),
       'description' => t('Enable/disable core module and confirm table creation/deletion. Enable module without dependecy enabled.'),
-      'group' => t('System Tests')
+      'group' => t('System')
     );
   }
 
Index: tests/functional/blog.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/simpletest/tests/functional/blog.test,v
retrieving revision 1.5
diff -u -r1.5 blog.test
--- tests/functional/blog.test	14 Apr 2008 19:37:18 -0000	1.5
+++ tests/functional/blog.test	19 Apr 2008 16:42:39 -0000
@@ -13,7 +13,7 @@
     return array(
       'name' => t('Blog functionality'),
       'description' => t('Create, view, edit, delete, and change blog entries and verify its consistency in the database.'),
-      'group' => t('Blog Tests'),
+      'group' => t('Blog'),
     );
   }
 
Index: tests/functional/poll.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/simpletest/tests/functional/poll.test,v
retrieving revision 1.10
diff -u -r1.10 poll.test
--- tests/functional/poll.test	5 Apr 2008 19:19:26 -0000	1.10
+++ tests/functional/poll.test	19 Apr 2008 16:42:40 -0000
@@ -47,7 +47,7 @@
    * Implementation of getInfo() for information
    */
   function getInfo() {
-    return array('name' => t('Poll create'), 'description' => 'Adds "more choices", previews and creates a poll.', 'group' => 'Poll module tests');
+    return array('name' => t('Poll create'), 'description' => 'Adds "more choices", previews and creates a poll.', 'group' => t('Poll'));
   }
 
   function setUp() {
@@ -64,7 +64,7 @@
    * Implementation of getInfo() for information
    */
   function getInfo() {
-    return array('name' => t('Poll vote'), 'description' => 'Vote on a poll', 'group' => 'Poll module tests');
+    return array('name' => t('Poll vote'), 'description' => 'Vote on a poll', 'group' => t('Poll'));
   }
 
   function setUp() {
Index: tests/functional/node.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/simpletest/tests/functional/node.test,v
retrieving revision 1.12
diff -u -r1.12 node.test
--- tests/functional/node.test	10 Apr 2008 00:39:01 -0000	1.12
+++ tests/functional/node.test	19 Apr 2008 16:42:40 -0000
@@ -7,9 +7,9 @@
    */
   function getInfo() {
     return array(
-      'name' => t('Node revisions tests'),
+      'name' => t('Node revisions'),
       'description' => t('Creates a node of type page and then a user tries various revision actions such as viewing, reverting to, and deleting revisions.'),
-      'group' => 'Node Tests',
+      'group' => t('Node')
     );
   }
 
@@ -116,9 +116,9 @@
    */
   function getInfo() {
     return array(
-      'name' => t('Node teaser tests'),
+      'name' => t('Node teaser'),
       'description' => t('Calls node_teaser() with different strings and lengths.'),
-      'group' => 'Node Tests',
+      'group' => t('Node')
     );
   }
 
@@ -267,7 +267,7 @@
     return array(
       'name'  => 'Page edit test',
       'description'  => t('We want a working edit for pages, uh?'),
-      'group' => 'Node Tests');
+      'group' => t('Node'));
   }
   function testPageEdit() {
 
@@ -316,7 +316,7 @@
     return array(
    'name'  => 'Page preview test',
    'description'  => t('We want a working preview for pages, uh?'),
-   'group' => 'Node Tests');
+   'group' => t('Node'));
   }
 
   function testPagePreview() {
@@ -351,7 +351,7 @@
     return array(
       'name' => t('Page node creation'),
       'description' => t('Create a page node and verify its consistency in the database.'),
-      'group' => 'Node Tests',
+      'group' => t('Node'),
     );
   }
 
@@ -386,7 +386,7 @@
       'description' => t('Creates a node of type page and then an unpermissioned user attempts to edit the node, '
         . 'before tries with an anonymous user. Asserts failure.'
         . '</ br>WARNING: This is based on default registered user permuissions (no administer nodes).')
-      , 'group' => 'Node Tests',
+      , 'group' => t('Node'),
   );
   }
 
Index: tests/functional/book.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/simpletest/tests/functional/book.test,v
retrieving revision 1.13
diff -u -r1.13 book.test
--- tests/functional/book.test	10 Apr 2008 00:42:17 -0000	1.13
+++ tests/functional/book.test	19 Apr 2008 16:42:39 -0000
@@ -11,7 +11,7 @@
     return array(
       'name' => t('Book functionality'),
       'description' => t('Create a book, add pages, and test book interface.'),
-      'group' => t('Book Tests'),
+      'group' => t('Book'),
     );
   }
 
Index: tests/functional/comment.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/simpletest/tests/functional/comment.test,v
retrieving revision 1.16
diff -u -r1.16 comment.test
--- tests/functional/comment.test	10 Apr 2008 00:39:01 -0000	1.16
+++ tests/functional/comment.test	19 Apr 2008 16:42:39 -0000
@@ -13,7 +13,7 @@
     return array(
       'name' => t('Comment functionality'),
       'description' => t('Thoroughly test comment administration and user interfaces.'),
-      'group' => t('Comment Tests'),
+      'group' => t('Comment'),
     );
   }
 
Index: tests/functional/translation.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/simpletest/tests/functional/translation.test,v
retrieving revision 1.13
diff -u -r1.13 translation.test
--- tests/functional/translation.test	10 Apr 2008 00:42:17 -0000	1.13
+++ tests/functional/translation.test	19 Apr 2008 16:42:41 -0000
@@ -11,7 +11,7 @@
     return array(
       'name' => t('Translation functionality'),
       'description' => t('Create a page with translation, modify the page outdating translation, and update translation.'),
-      'group' => t('Translation Tests')
+      'group' => t('Translation')
     );
   }
 
Index: tests/functional/menu.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/simpletest/tests/functional/menu.test,v
retrieving revision 1.10
diff -u -r1.10 menu.test
--- tests/functional/menu.test	12 Apr 2008 19:01:07 -0000	1.10
+++ tests/functional/menu.test	19 Apr 2008 16:42:40 -0000
@@ -14,7 +14,7 @@
     return array(
       'name' => t('Menu item creation/deletion'),
       'description' => t('Add a custom menu, add menu items to the custom menu and Navigation menu, check their data, and delete them using the menu module UI.'),
-      'group' => 'Menu Tests',
+      'group' => t('Menu')
     );
   }
 
Index: tests/functional/syslog.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/simpletest/tests/functional/syslog.test,v
retrieving revision 1.1
diff -u -r1.1 syslog.test
--- tests/functional/syslog.test	8 Apr 2008 00:36:12 -0000	1.1
+++ tests/functional/syslog.test	19 Apr 2008 16:42:41 -0000
@@ -9,7 +9,7 @@
     return array(
       'name' => t('Syslog functionality'),
       'description' => t('Test syslog settings.'),
-      'group' => t('Syslog Tests')
+      'group' => t('Syslog')
     );
   }
 
Index: tests/functional/forum.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/simpletest/tests/functional/forum.test,v
retrieving revision 1.13
diff -u -r1.13 forum.test
--- tests/functional/forum.test	14 Apr 2008 19:38:40 -0000	1.13
+++ tests/functional/forum.test	19 Apr 2008 16:42:40 -0000
@@ -18,7 +18,7 @@
     return array(
       'name' => t('Forum functionality'),
       'description' => t('Create, view, edit, delete, and change forum entries and verify its consistency in the database.'),
-      'group' => t('Forum Tests'),
+      'group' => t('Forum'),
     );
   }
 
Index: tests/functional/help.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/simpletest/tests/functional/help.test,v
retrieving revision 1.1
diff -u -r1.1 help.test
--- tests/functional/help.test	4 Apr 2008 23:01:20 -0000	1.1
+++ tests/functional/help.test	19 Apr 2008 16:42:40 -0000
@@ -12,7 +12,7 @@
     return array(
       'name' => t('Help functionality'),
       'description' => t('Verify help display and user access to help based on persmissions.'),
-      'group' => t('Help Tests'),
+      'group' => t('Help'),
     );
   }
 
Index: tests/functional/upload.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/simpletest/tests/functional/upload.test,v
retrieving revision 1.16
diff -u -r1.16 upload.test
--- tests/functional/upload.test	7 Apr 2008 20:34:34 -0000	1.16
+++ tests/functional/upload.test	19 Apr 2008 16:42:41 -0000
@@ -9,7 +9,7 @@
     return array(
       'name' => t('Upload functionality'),
       'description' => t('Check content uploaded to nodes.'),
-      'group' => t('Upload Tests'),
+      'group' => t('Upload'),
     );
   }
 
@@ -205,9 +205,9 @@
 class UploadPictureTestCase extends DrupalTestCase {
   function getInfo() {
     return array(
-      'name' => 'Upload user picture',
-      'description' => 'Assure that dimension check, extension check and image scaling work as designed.',
-      'group' => 'Upload Tests'
+      'name' => t('Upload user picture'),
+      'description' => t('Assure that dimension check, extension check and image scaling work as designed.'),
+      'group' => t('Upload')
     );
   }
 
Index: tests/functional/user.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/simpletest/tests/functional/user.test,v
retrieving revision 1.12
diff -u -r1.12 user.test
--- tests/functional/user.test	12 Apr 2008 17:34:17 -0000	1.12
+++ tests/functional/user.test	19 Apr 2008 16:42:41 -0000
@@ -9,7 +9,7 @@
     return array(
       'name' => t('User registration'),
       'description' => t('Registers a user, fails login, resets password, successfully logs in with the one time password, changes password, logs out, successfully logs in with the new password, visits profile page.'),
-      'group' => t('User Tests')
+      'group' => t('User')
     );
   }
 
@@ -110,7 +110,7 @@
     return array(
       'name' => t('Username/E-mail validation'),
       'description' => t('Verify that username/email validity checks behave as designed.'),
-      'group' => t('User Tests')
+      'group' => t('User')
     );
   }
 
@@ -168,7 +168,7 @@
     return array(
       'name' => t('User delete'),
       'description' => t('Registers a user and deletes it.'),
-      'group' => t('User Tests')
+      'group' => t('User')
     );
   }
 
Index: tests/functional/php.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/simpletest/tests/functional/php.test,v
retrieving revision 1.1
diff -u -r1.1 php.test
--- tests/functional/php.test	7 Apr 2008 22:17:24 -0000	1.1
+++ tests/functional/php.test	19 Apr 2008 16:42:40 -0000
@@ -9,7 +9,7 @@
     return array(
       'name' => t('PHP filter functionality'),
       'description' => t('Make sure that PHP filter evaluates PHP code when enabled and that users who don\'t have access to filter can\'t see it'),
-      'group' => t('PHP Tests'),
+      'group' => t('PHP'),
     );
   }
 
Index: tests/functional/aggregator.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/simpletest/tests/functional/aggregator.test,v
retrieving revision 1.9
diff -u -r1.9 aggregator.test
--- tests/functional/aggregator.test	5 Apr 2008 19:19:26 -0000	1.9
+++ tests/functional/aggregator.test	19 Apr 2008 16:42:39 -0000
@@ -126,7 +126,7 @@
     return array(
       'name' => t('Add feed functionality'),
       'description' => t('Add feed test.'),
-      'group' => t('Aggregator Tests')
+      'group' => t('Aggregator')
     );
   }
 
@@ -158,7 +158,7 @@
     return array(
       'name' => t('Update feed functionality'),
       'description' => t('Update feed test.'),
-      'group' => t('Aggregator Tests')
+      'group' => t('Aggregator')
     );
   }
 
@@ -197,7 +197,7 @@
     return array(
       'name' => t('Remove feed functionality'),
       'description' => t('Remove feed test.'),
-      'group' => t('Aggregator Tests')
+      'group' => t('Aggregator')
     );
   }
 
@@ -228,7 +228,7 @@
     return array(
       'name' => t('Update feed item functionality'),
       'description' => t('Update feed items from a feed.'),
-      'group' => t('Aggregator Tests')
+      'group' => t('Aggregator')
     );
   }
 
@@ -256,7 +256,7 @@
     return array(
       'name' => t('Remove feed item functionality'),
       'description' => t('Remove feed items from a feed.'),
-      'group' => t('Aggregator Tests')
+      'group' => t('Aggregator')
     );
   }
 
@@ -285,7 +285,7 @@
     return array(
       'name' => t('Categorize feed item functionality'),
       'description' => t('Test feed item categorization.'),
-      'group' => t('Aggregator Tests')
+      'group' => t('Aggregator')
     );
   }
 
Index: tests/functional/taxonomy.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/simpletest/tests/functional/taxonomy.test,v
retrieving revision 1.11
diff -u -r1.11 taxonomy.test
--- tests/functional/taxonomy.test	12 Apr 2008 19:18:11 -0000	1.11
+++ tests/functional/taxonomy.test	19 Apr 2008 16:42:41 -0000
@@ -9,7 +9,7 @@
     return array(
       'name' => t('Vocabulary functions'),
       'description' => t('Create/Edit/Delete vocabulary and assert that all fields were properly saved.'),
-      'group' => t('Taxonomy Tests')
+      'group' => t('Taxonomy')
     );
   }
 
@@ -90,7 +90,7 @@
     return array(
       'name' => t('Term functions'),
       'description' => t('Testing save/update/delete terms.'),
-      'group' => t('Taxonomy Tests')
+      'group' => t('Taxonomy')
     );
   }
 
@@ -264,7 +264,7 @@
     return array(
       'name' => t('Taxonomy nodeapi'),
       'description' => t('Save & edit a node and assert that taxonomy terms are saved/loaded properly.'),
-      'group' => t('Taxonomy Tests')
+      'group' => t('Taxonomy')
     );
   }
 
Index: tests/functional/block.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/simpletest/tests/functional/block.test,v
retrieving revision 1.11
diff -u -r1.11 block.test
--- tests/functional/block.test	14 Apr 2008 19:41:29 -0000	1.11
+++ tests/functional/block.test	19 Apr 2008 16:42:39 -0000
@@ -9,7 +9,7 @@
     return array(
       'name' => t('Block functionality'),
       'description' => t('Add, edit and delete custom block. Configure and move a module-defined block.'),
-      'group' => t('Block Tests'),
+      'group' => t('Block'),
     );
   }
 
Index: tests/functional/contact.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/simpletest/tests/functional/contact.test,v
retrieving revision 1.11
diff -u -r1.11 contact.test
--- tests/functional/contact.test	5 Apr 2008 19:19:26 -0000	1.11
+++ tests/functional/contact.test	19 Apr 2008 16:42:40 -0000
@@ -9,7 +9,7 @@
     return array(
       'name' => t('Contact functionality'),
       'description' => t('Test site-wide contact form and personal contact form functionality.'),
-      'group' => t('Contact Tests'),
+      'group' => t('Contact'),
     );
   }
 
Index: tests/functional/filter.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/simpletest/tests/functional/filter.test,v
retrieving revision 1.10
diff -u -r1.10 filter.test
--- tests/functional/filter.test	1 Apr 2008 23:33:54 -0000	1.10
+++ tests/functional/filter.test	19 Apr 2008 16:42:40 -0000
@@ -9,7 +9,7 @@
     return array(
       'name' => t('Filter administration functionality'),
       'description' => t('Thoroughly test the administrative interface of the filter module.'),
-      'group' => t('Filter Tests'),
+      'group' => t('Filter'),
     );
   }
 
Index: tests/functional/blogapi.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/simpletest/tests/functional/blogapi.test,v
retrieving revision 1.11
diff -u -r1.11 blogapi.test
--- tests/functional/blogapi.test	12 Apr 2008 22:38:28 -0000	1.11
+++ tests/functional/blogapi.test	19 Apr 2008 16:42:39 -0000
@@ -9,7 +9,7 @@
     return array(
       'name' => t('BlogAPI functionality'),
       'description' => t('Create, edit, and delete post; upload file; and set/get categories.'),
-      'group' => t('BlogAPI Tests'),
+      'group' => t('BlogAPI'),
     );
   }
 
Index: tests/functional/dblog.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/simpletest/tests/functional/dblog.test,v
retrieving revision 1.5
diff -u -r1.5 dblog.test
--- tests/functional/dblog.test	16 Apr 2008 20:46:40 -0000	1.5
+++ tests/functional/dblog.test	19 Apr 2008 16:42:40 -0000
@@ -12,7 +12,7 @@
     return array(
       'name' => t('DBLog functionality'),
       'description' => t('Generate events and verify dblog entries; verify user access to log reports based on persmissions.'),
-      'group' => t('DBLog Tests'),
+      'group' => t('DBLog'),
     );
   }
 
Index: tests/functional/path.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/simpletest/tests/functional/path.test,v
retrieving revision 1.11
diff -u -r1.11 path.test
--- tests/functional/path.test	10 Apr 2008 00:42:17 -0000	1.11
+++ tests/functional/path.test	19 Apr 2008 16:42:40 -0000
@@ -6,7 +6,7 @@
     return array(
       'name' => t('Path alias functionality'),
       'description' => t('Add, edit, delete, and change alias and verify its consistency in the database.'),
-      'group' => t('Path Tests'),
+      'group' => t('Path'),
     );
   }
 
Index: tests/functional/profile.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/simpletest/tests/functional/profile.test,v
retrieving revision 1.9
diff -u -r1.9 profile.test
--- tests/functional/profile.test	10 Apr 2008 00:39:01 -0000	1.9
+++ tests/functional/profile.test	19 Apr 2008 16:42:41 -0000
@@ -4,7 +4,7 @@
 class ProfileTestSingleTestCase extends DrupalTestCase {
   function getInfo() {
     $modules = (module_list());
-    return array('name' => 'Test Single field', 'description' => "Testing profile module with add/edit/delete new fields into profile page" , 'group' => 'Profile Module');
+    return array('name' => 'Test Single field', 'description' => "Testing profile module with add/edit/delete new fields into profile page" , 'group' => t('Profile'));
   }
 
   function _rolesApi($op, $edit) {
@@ -122,7 +122,7 @@
 class ProfileTestTextareaTestCase extends DrupalTestCase {
   function getInfo() {
     $modules = (module_list());
-    return array('name' => 'Test Textarea field', 'description' => "Testing profile module with add/edit/delete new fields into profile page" , 'group' => 'Profile Module');
+    return array('name' => 'Test Textarea field', 'description' => "Testing profile module with add/edit/delete new fields into profile page" , 'group' => t('Profile'));
   }
 
   function _rolesApi($op, $edit) {
@@ -236,7 +236,7 @@
 class ProfileTestFreelistTestCase extends DrupalTestCase {
   function getInfo() {
     $modules = (module_list());
-    return array('name' => 'Test Freelist field', 'description' => "Testing profile module with add/edit/delete new fields into profile page" , 'group' => 'Profile Module');
+    return array('name' => 'Test Freelist field', 'description' => "Testing profile module with add/edit/delete new fields into profile page" , 'group' => t('Profile'));
   }
 
   function _rolesApi($op, $edit) {
@@ -351,7 +351,7 @@
 class ProfileTestCheckboxTestCase extends DrupalTestCase {
   function getInfo() {
     $modules = (module_list());
-    return array('name' => 'Test Checkbox field', 'description' => "Testing profile module with add/edit/delete new fields into profile page" , 'group' => 'Profile Module');
+    return array('name' => 'Test Checkbox field', 'description' => "Testing profile module with add/edit/delete new fields into profile page" , 'group' => t('Profile'));
   }
 
   function _rolesApi($op, $edit) {
@@ -463,7 +463,7 @@
 class ProfileTestUrlTestCase extends DrupalTestCase {
   function getInfo() {
     $modules = (module_list());
-    return array('name' => 'Test Url field', 'description' => "Testing profile module with add/edit/delete new fields into profile page" , 'group' => 'Profile Module');
+    return array('name' => 'Test Url field', 'description' => "Testing profile module with add/edit/delete new fields into profile page" , 'group' => t('Profile'));
   }
 
   function _rolesApi($op, $edit) {
@@ -578,7 +578,7 @@
 class ProfileTestSelectionTestCase extends DrupalTestCase {
   function getInfo() {
     $modules = (module_list());
-    return array('name' => 'Test Selection field', 'description' => "Testing profile module with add/edit/delete new fields into profile page" , 'group' => 'Profile Module');
+    return array('name' => 'Test Selection field', 'description' => "Testing profile module with add/edit/delete new fields into profile page" , 'group' => t('Profile'));
   }
 
   function _rolesApi($op, $edit) {
@@ -703,7 +703,7 @@
 class ProfileTestDateTestCase extends DrupalTestCase {
   function getInfo() {
     $modules = (module_list());
-    return array('name' => 'Test Date field', 'description' => "Testing profile module with add/edit/delete new fields into profile page" , 'group' => 'Profile Module');
+    return array('name' => 'Test Date field', 'description' => "Testing profile module with add/edit/delete new fields into profile page" , 'group' => t('Profile'));
   }
 
   function _rolesApi($op, $edit) {
@@ -832,7 +832,7 @@
 class ProfileTest2TestCase extends DrupalTestCase {
   function getInfo() {
     $modules = (module_list());
-    return array('name' => 'Test other fields', 'description' => "Testing weight, title page, required" , 'group' => 'Profile Module');
+    return array('name' => 'Test other fields', 'description' => "Testing weight, title page, required" , 'group' => t('Profile'));
   }
 
   function _rolesApi($op, $edit) {
