From a4501a2ccaa7cff9c484a505d093970695c27705 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 13 Apr 2009 05:18:18 +0000 Subject: #431870 by yched: Whitespace clean-up. --- modules/field/field.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/field/field.test') diff --git a/modules/field/field.test b/modules/field/field.test index adf9c06bf..f54ad5842 100644 --- a/modules/field/field.test +++ b/modules/field/field.test @@ -949,7 +949,7 @@ class FieldTestCase extends DrupalWebTestCase { } catch (FieldException $e) { $this->pass(t('Cannot create a field with no type.')); } - + // Check that field name is required. try { $field_definition = array('type' => 'test_field'); @@ -958,7 +958,7 @@ class FieldTestCase extends DrupalWebTestCase { } catch (FieldException $e) { $this->pass(t('Cannot create an unnamed field.')); } - + $field_definition = array( 'field_name' => drupal_strtolower($this->randomName()), 'type' => 'test_field', -- cgit v1.2.3