Skip to content
Snippets Groups Projects
Commit ded5c02e authored by catch's avatar catch
Browse files

Issue #1779638 by sun: Better debug for unexplained test failure in...

Issue #1779638 by sun: Better debug for unexplained test failure in LocaleFileImportStatus->testBulkImportUpdateExisting().
parent 96ccc728
No related branches found
No related tags found
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
......@@ -156,7 +156,7 @@ function testBulkImportUpdateExisting() {
$this->checkTranslations($strings, $langcode);
$timestamp = db_query('SELECT timestamp FROM {locale_file} WHERE uri = :uri', array(':uri' => $file->uri))->fetchField();
$this->assertEqual($timestamp, $file->original_timestamp, t('File is updated.'));
$this->assertEqual($timestamp, $file->original_timestamp);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment