summaryrefslogtreecommitdiff
path: root/modules/system/system.test
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-06-13 21:08:31 +0000
committerDries Buytaert <dries@buytaert.net>2009-06-13 21:08:31 +0000
commit07b6c7bcd874fd87c3ae87fe1bb857940b538cda (patch)
tree0a0fe2f347490138b18c89be18097d63f301a97d /modules/system/system.test
parentbc50341c5c4093abdc5077fc3d8a9dabe1885304 (diff)
downloadbrdo-07b6c7bcd874fd87c3ae87fe1bb857940b538cda.tar.gz
brdo-07b6c7bcd874fd87c3ae87fe1bb857940b538cda.tar.bz2
- Fixed a merge problem.
Diffstat (limited to 'modules/system/system.test')
-rw-r--r--modules/system/system.test8
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/system/system.test b/modules/system/system.test
index f2dba82ed..0970d42a2 100644
--- a/modules/system/system.test
+++ b/modules/system/system.test
@@ -579,11 +579,7 @@ class PageNotFoundTestCase extends DrupalWebTestCase {
$edit = array(
'title' => $this->randomName(10),
-<<<<<<< system.test
- NODE_BODY_FIELD => array(array('value' => $this->randomName(100))),
-=======
'body' => array(array('value' => $this->randomName(100))),
->>>>>>> 1.47
);
$node = $this->drupalCreateNode($edit);
@@ -709,11 +705,7 @@ class PageTitleFiltering extends DrupalWebTestCase {
// Generate node content.
$edit = array(
'title' => '!SimpleTest! ' . $title . $this->randomName(20),
-<<<<<<< system.test
- NODE_BODY_FIELD . '[0][value]' => '!SimpleTest! test body' . $this->randomName(200),
-=======
'body[0][value]' => '!SimpleTest! test body' . $this->randomName(200),
->>>>>>> 1.47
);
// Create the node with HTML in the title.
$this->drupalPost('node/add/page', $edit, t('Save'));