From 706d737ca1f41a9491c9413216f13a9d5b4fc26c Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 29 Nov 2009 20:45:17 +0000 Subject: #639428 by sun and yched: Remove #process pattern from text field. --- modules/node/node.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/node') diff --git a/modules/node/node.test b/modules/node/node.test index 2fd36a97c..fc633d2db 100644 --- a/modules/node/node.test +++ b/modules/node/node.test @@ -912,7 +912,7 @@ class NodeTypeTestCase extends DrupalWebTestCase { // Verify that title and body fields are displayed. $this->drupalGet('node/add/page'); $this->assertRaw('Title', t('Title field was found.')); - $this->assertRaw('Full text', t('Body field was found.')); + $this->assertRaw('Body', t('Body field was found.')); // Rename the title field and remove the body field. $edit = array( @@ -946,7 +946,7 @@ class NodeTypeTestCase extends DrupalWebTestCase { $this->clickLink('Bar'); $this->assertEqual(url('node/add/bar', array('absolute' => TRUE)), $this->getUrl(), t('New machine name was used in URL.')); $this->assertRaw('Foo', t('Title field was found.')); - $this->assertRaw('Full text', t('Body field was found.')); + $this->assertRaw('Baz', t('Body field was found.')); } } -- cgit v1.2.3