updated core to 7.72
This commit is contained in:
@@ -6,7 +6,7 @@ core = 7.x
|
||||
dependencies[] = field
|
||||
files[] = tests/file.test
|
||||
|
||||
; Information added by Drupal.org packaging script on 2019-04-17
|
||||
version = "7.66"
|
||||
; Information added by Drupal.org packaging script on 2020-06-17
|
||||
version = "7.72"
|
||||
project = "drupal"
|
||||
datestamp = "1555533576"
|
||||
datestamp = "1592419104"
|
||||
|
||||
@@ -409,7 +409,7 @@ class FileManagedFileElementTestCase extends FileFieldTestCase {
|
||||
'form_token' => 'invalid token',
|
||||
);
|
||||
$this->drupalPost($path, $edit, t('Save'));
|
||||
$this->assertText('The form has become outdated. Copy any unsaved work in the form below');
|
||||
$this->assertText('The form has become outdated.');
|
||||
$last_fid = $this->getLastFileId();
|
||||
$this->assertEqual($last_fid_prior, $last_fid, 'File was not saved when uploaded with an invalid form token.');
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ version = VERSION
|
||||
core = 7.x
|
||||
hidden = TRUE
|
||||
|
||||
; Information added by Drupal.org packaging script on 2019-04-17
|
||||
version = "7.66"
|
||||
; Information added by Drupal.org packaging script on 2020-06-17
|
||||
version = "7.72"
|
||||
project = "drupal"
|
||||
datestamp = "1555533576"
|
||||
datestamp = "1592419104"
|
||||
|
||||
Reference in New Issue
Block a user