updated drupal core to 7.51
This commit is contained in:
@@ -6,8 +6,8 @@ version = VERSION
|
||||
core = 7.x
|
||||
files[] = tracker.test
|
||||
|
||||
; Information added by Drupal.org packaging script on 2016-02-24
|
||||
version = "7.43"
|
||||
; Information added by Drupal.org packaging script on 2016-10-05
|
||||
version = "7.51"
|
||||
project = "drupal"
|
||||
datestamp = "1456343506"
|
||||
datestamp = "1475694174"
|
||||
|
||||
|
@@ -151,7 +151,6 @@ class TrackerTest extends DrupalWebTestCase {
|
||||
|
||||
$node = $this->drupalCreateNode(array(
|
||||
'comment' => 2,
|
||||
'title' => array(LANGUAGE_NONE => array(array('value' => $this->randomName(8)))),
|
||||
));
|
||||
|
||||
// Add a comment to the page.
|
||||
|
Reference in New Issue
Block a user