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

- Patch #368502 by c960657: restored the original test now all dependencies have been fixed.

parent f81336dd
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -2429,9 +2429,7 @@ class FileNameMungingTest extends FileTestCase {
function testUnMunge() {
$munged_name = file_munge_filename($this->name, '', FALSE);
$unmunged_name = file_unmunge_filename($munged_name);
// @TODO uncomment when this tests passes reliably, see
// http://drupal.org/node/368502
// $this->assertIdentical($unmunged_name, $this->name, t('The unmunged (%unmunged) filename matches the original (%original)', array('%unmunged' => $unmunged_name, '%original' => $this->name)));
$this->assertIdentical($unmunged_name, $this->name, t('The unmunged (%unmunged) filename matches the original (%original)', array('%unmunged' => $unmunged_name, '%original' => $this->name)));
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment