### Eclipse Workspace Patch 1.0
#P drupal_test_7
Index: modules/field/field.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/field/field.test,v
retrieving revision 1.31
diff -u -r1.31 field.test
--- modules/field/field.test	13 Jul 2009 21:51:09 -0000	1.31
+++ modules/field/field.test	14 Jul 2009 00:38:54 -0000
@@ -15,9 +15,9 @@
 class FieldAttachTestCase extends DrupalWebTestCase {
   public static function getInfo() {
     return array(
-      'name'  => 'Field attach tests',
-      'description'  => "Test Field Attach API functions.",
-      'group' => 'Field'
+      'name' => 'Field attach tests',
+      'description' => 'Test Field Attach API functions.',
+      'group' => 'Field',
     );
   }
 
@@ -813,9 +813,9 @@
 
   public static function getInfo() {
     return array(
-      'name'  => 'Field info tests',
-      'description'  => "Get information about existing fields, instances and bundles.",
-      'group' => 'Field'
+      'name' => 'Field info tests',
+      'description' => 'Get information about existing fields, instances and bundles.',
+      'group' => 'Field',
     );
   }
 
@@ -918,9 +918,9 @@
 class FieldFormTestCase extends DrupalWebTestCase {
   public static function getInfo() {
     return array(
-      'name'  => 'Field form tests',
-      'description'  => "Test Field form handling.",
-      'group' => 'Field'
+      'name' => 'Field form tests',
+      'description' => 'Test Field form handling.',
+      'group' => 'Field',
     );
   }
 
@@ -1207,9 +1207,9 @@
 class FieldCrudTestCase extends DrupalWebTestCase {
   public static function getInfo() {
     return array(
-      'name'  => 'Field CRUD tests',
-      'description'  => "Create / read /update a field.",
-      'group' => 'Field'
+      'name' => 'Field CRUD tests',
+      'description' => 'Create / read /update fields.',
+      'group' => 'Field',
     );
   }
 
@@ -1421,14 +1421,14 @@
   }
 }
 
-class FieldInstanceTestCase extends DrupalWebTestCase {
+class FieldInstanceCrudTestCase extends DrupalWebTestCase {
   protected $field;
 
   public static function getInfo() {
     return array(
-      'name'  => 'Field instance tests',
-      'description'  => "Create field entities by attaching fields to entities.",
-      'group' => 'Field'
+      'name' => 'Field instance CRUD tests',
+      'description' => 'Create field entities by attaching fields to entities.',
+      'group' => 'Field',
     );
   }
 
