Skip to content
Snippets Groups Projects
Commit bc50341c authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Fixed a merge problem.

parent daedf71b
No related branches found
No related tags found
No related merge requests found
......@@ -518,11 +518,7 @@ class AccessDeniedTestCase 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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment